We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725f49a commit d7ab3afCopy full SHA for d7ab3af
1 file changed
.github/workflows/main.yml
@@ -34,7 +34,8 @@ jobs:
34
github_token: ${{ secrets.GITHUB_TOKEN }}
35
36
- name: Save Build As Artifact
37
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
38
+ continue-on-error: true
39
with:
40
name: VisBug
41
path: extension/build/visbug.zip
0 commit comments