From a99109a8b1871796c214674a90275aae99cbc1e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:38:00 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/end-to-end-test.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/end-to-end-test.yml b/.github/workflows/end-to-end-test.yml index 775b451b97..20892ebc01 100644 --- a/.github/workflows/end-to-end-test.yml +++ b/.github/workflows/end-to-end-test.yml @@ -50,7 +50,7 @@ jobs: with: run: yarn test:e2e options: '-screen 0 1600x1200x24' - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: failure() with: name: screenshots diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 72974513e1..01e61962d3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: - run: yarn build - name: Upload VSIX - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: dvc.vsix path: ./extension/dvc.vsix