Skip to content

Commit

Permalink
fix: upgrade to upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetazzoni committed Nov 5, 2024
1 parent 95377c6 commit 9d7416f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
DO_NOT_TRACK: true

- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: lib/build/libs/*.jar

0 comments on commit 9d7416f

Please sign in to comment.