Skip to content

Commit

Permalink
ci: migrate to actions/upload-pages-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace authored Nov 27, 2024
1 parent 46a454a commit c2b29c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
npx sscli --no-clean --base https://gbdev.io/gb-asm-tutorial
- name: Store final build
uses: actions/upload-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
name: Build output
path: gb-asm-tutorial/book/custom/
Expand Down

0 comments on commit c2b29c8

Please sign in to comment.