Skip to content

Commit

Permalink
Merge pull request #354 from Feuermagier/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4

Dependency(deps): Bump actions/upload-artifact from 3 to 4
  • Loading branch information
Luro02 authored Jan 7, 2024
2 parents 81c3755 + 66a58c1 commit f0a34c4
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 @@ -48,7 +48,7 @@ jobs:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: JReleaser output
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: jreleaser-release
path: |
Expand Down

0 comments on commit f0a34c4

Please sign in to comment.