Skip to content

Commit

Permalink
Use upload-artifact, not pages version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Nov 12, 2024
1 parent 1ab5d94 commit 7d0a484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
mkdir zips/
zip zips/knock-plus.zip `git ls-files knock-plus`
- name: Archive zips
uses: actions/upload-pages-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zips
path: zips

0 comments on commit 7d0a484

Please sign in to comment.