Skip to content

Commit

Permalink
Update upload-artifact action to version v4
Browse files Browse the repository at this point in the history
Upgraded the GitHub Actions `upload-artifact` step from v3 to v4 in the release workflow. This ensures compatibility with the latest improvements and bug fixes provided in the newer version. No other changes were made to the workflow.
  • Loading branch information
dlemmermann committed Jan 31, 2025
1 parent b5856af commit 7076e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: 'JReleaser output'
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: jreleaser-logs
path: |
Expand Down

0 comments on commit 7076e59

Please sign in to comment.