We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1820d56 commit 38a8c5bCopy full SHA for 38a8c5b
.github/workflows/build-and-deploy.yml
@@ -58,7 +58,7 @@ jobs:
58
npx sscli --no-clean --base https://gbdev.io/gb-asm-tutorial
59
60
- name: Store final build
61
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-artifact@v4
62
with:
63
name: Build output
64
path: gb-asm-tutorial/book/custom/
@@ -81,7 +81,7 @@ jobs:
81
rm -vrf gb-asm-tutorial/*
82
83
- name: Unpack build
84
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
85
86
87
path: gb-asm-tutorial/
0 commit comments