Skip to content

Commit d7ab3af

Browse files
committed
update artifact
1 parent 725f49a commit d7ab3af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
3535

3636
- name: Save Build As Artifact
37-
uses: actions/upload-artifact@v2
37+
uses: actions/upload-artifact@v4
38+
continue-on-error: true
3839
with:
3940
name: VisBug
4041
path: extension/build/visbug.zip

0 commit comments

Comments
 (0)