Skip to content

Commit 0261235

Browse files
author
Francisco Solis
authored
Merge pull request #13 from TheProgramSrc/renovate/actions-upload-artifact-3.x
2 parents 8a0815e + 503def8 commit 0261235

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: UIsModule
4545
path: ./build/libs/UIsModule-${{ env.VERSION }}.jar

0 commit comments

Comments
 (0)