Skip to content

Commit

Permalink
ci(release): Use v4 of upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswinkler committed Aug 20, 2024
1 parent 168c535 commit cb95efc
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 @@ -39,7 +39,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Upload Changelog.md
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: CHANGELOG.md
path: CHANGELOG.md

0 comments on commit cb95efc

Please sign in to comment.