Skip to content

Commit 7b20b00

Browse files
Update actions/upload-artifact action to v3
1 parent 6d916d0 commit 7b20b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: ./gradlew clean test publish shadow dokkaHtml
4040
# Now we store the artifact in the action
4141
- name: Upload the artifact
42-
uses: actions/upload-artifact@v2
42+
uses: actions/upload-artifact@v3
4343
with:
4444
name: NetworkingModule
4545
path: ./build/libs/NetworkingModule-${{ env.VERSION }}.jar

0 commit comments

Comments
 (0)