Skip to content

Commit

Permalink
ci: switch to upload/download artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace authored Dec 19, 2024
1 parent 1820d56 commit 38a8c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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-pages-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Build output
path: gb-asm-tutorial/book/custom/
Expand All @@ -81,7 +81,7 @@ jobs:
rm -vrf gb-asm-tutorial/*
- name: Unpack build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: Build output
path: gb-asm-tutorial/
Expand Down

0 comments on commit 38a8c5b

Please sign in to comment.