We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd47a4 commit 75f5f02Copy full SHA for 75f5f02
.github/workflows/end-to-end-test.yml
@@ -51,7 +51,7 @@ jobs:
51
with:
52
run: yarn test:e2e
53
options: '-screen 0 1600x1200x24'
54
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
55
if: failure()
56
57
name: screenshots
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
- run: yarn build
36
37
- name: Upload VSIX
38
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
39
40
name: dvc.vsix
41
path: ./extension/dvc.vsix
0 commit comments