Skip to content

Commit 4a9f2f2

Browse files
committed
Update gh action
1 parent 2721954 commit 4a9f2f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Compress the artifact
5757
run: zip --symlinks -q -r build.zip . -x "./node_modules/*" "./tests/*" "./assets/*" "./.github/*"
5858
- name: Archive the artifact
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
with:
6161
name: artifact-build
6262
path: build.zip

0 commit comments

Comments
 (0)