Skip to content

Commit

Permalink
Update actions/upload-artifact to v4 in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Jan 19, 2025
1 parent ad00fa0 commit 4175671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
./gradlew package
- name: Archive Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: distributable-${{ matrix.os }}
if-no-files-found: ignore
Expand Down

0 comments on commit 4175671

Please sign in to comment.