Skip to content

Commit

Permalink
Merge pull request #5 from wherobots/max/workflow
Browse files Browse the repository at this point in the history
fix: upgrade to upload-artifact@v4
  • Loading branch information
mpetazzoni authored Nov 8, 2024
2 parents 95377c6 + 9d7416f commit fecce83
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 fecce83

Please sign in to comment.