Skip to content

Commit

Permalink
update actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernd Kaiser committed Nov 24, 2024
1 parent 752f44d commit ac58eb6
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 @@ -35,7 +35,7 @@ jobs:
run: echo "${{ env.GITHUB_REF_SLUG }}" > artifacts/release-version

- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: artifacts
path: artifacts
Expand Down

0 comments on commit ac58eb6

Please sign in to comment.