Skip to content

Commit

Permalink
ci: Update deprecated workflow (#75)
Browse files Browse the repository at this point in the history
The underlying upload-artifact action @v1-@v3 will stop working at the
end of the month. actions/upload-pages-artifact@v3 uses
actions/upload-artifact@v4.
  • Loading branch information
joeyparrish authored Jan 7, 2025
1 parent 59a2082 commit 659145e
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 @@ -74,7 +74,7 @@ jobs:
gpg -o staging/public.key --armor --export [email protected]
- name: Upload packages
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: staging

Expand Down

0 comments on commit 659145e

Please sign in to comment.