1 parent 2721954 commit 4a9f2f2Copy full SHA for 4a9f2f2
1 file changed
.github/workflows/deploy.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Compress the artifact
57
run: zip --symlinks -q -r build.zip . -x "./node_modules/*" "./tests/*" "./assets/*" "./.github/*"
58
- name: Archive the artifact
59
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
60
with:
61
name: artifact-build
62
path: build.zip
0 commit comments