Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 3, 2024
1 parent 583bfae commit d4d0286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: ./gradlew clean test publish shadow dokkaHtml
# Now we store the artifact in the action
- name: Upload the artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: CommandsModule
path: ./build/libs/CommandsModule-${{ env.VERSION }}.jar
Expand Down

0 comments on commit d4d0286

Please sign in to comment.