Skip to content

Commit 38a8c5b

Browse files
authored
ci: switch to upload/download artifact@v4
1 parent 1820d56 commit 38a8c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
npx sscli --no-clean --base https://gbdev.io/gb-asm-tutorial
5959
6060
- name: Store final build
61-
uses: actions/upload-pages-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: Build output
6464
path: gb-asm-tutorial/book/custom/
@@ -81,7 +81,7 @@ jobs:
8181
rm -vrf gb-asm-tutorial/*
8282
8383
- name: Unpack build
84-
uses: actions/download-artifact@v2
84+
uses: actions/download-artifact@v4
8585
with:
8686
name: Build output
8787
path: gb-asm-tutorial/

0 commit comments

Comments
 (0)