Skip to content

Commit 60a7491

Browse files
committed
Update github upload-artifact action
1 parent fb5d2bb commit 60a7491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: ./gradlew test
1818
- name: Build with Gradle
1919
run: ./gradlew build
20-
- uses: actions/upload-artifact@v2-preview
20+
- uses: actions/upload-artifact@v2
2121
with:
2222
name: artifact
2323
path: build/release/*

0 commit comments

Comments
 (0)