Skip to content

Commit

Permalink
Merge pull request #90 from johannesfrey/bump-upload-artifact-action
Browse files Browse the repository at this point in the history
chore: bump upload-artifact action
  • Loading branch information
ThomasK33 authored Nov 20, 2024
2 parents e1031fb + 2350a8a commit 9d5fb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
RELEASE_VERSION: ${{ steps.get_version.outputs.release_version }}
- name: Save release assets
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: release-assets
path: release/
Expand Down

0 comments on commit 9d5fb0e

Please sign in to comment.