Skip to content

Commit 95a66ae

Browse files
author
Francisco Solis
authored
Merge pull request #12 from TheProgramSrc/renovate/actions-upload-artifact-3.x
2 parents 6d916d0 + 7b20b00 commit 95a66ae

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)