Skip to content

Commit 75f5f02

Browse files
chore(deps): update actions/upload-artifact action to v4 (#5121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0dd47a4 commit 75f5f02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/end-to-end-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
run: yarn test:e2e
5353
options: '-screen 0 1600x1200x24'
54-
- uses: actions/upload-artifact@v3
54+
- uses: actions/upload-artifact@v4
5555
if: failure()
5656
with:
5757
name: screenshots

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- run: yarn build
3636

3737
- name: Upload VSIX
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: dvc.vsix
4141
path: ./extension/dvc.vsix

0 commit comments

Comments
 (0)