diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f4541beb2..f69f6a2d8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -75,7 +75,7 @@ jobs: run: npm run package -- --target=${{ matrix.vsce_target }} - name: Upload vsix as artifact - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: ${{ matrix.vsce_target }} path: '*.vsix' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4036bab04..e9b0e93ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -86,7 +86,7 @@ jobs: run: npm run test:ui if: runner.os != 'Linux' - name: Archive test artifacts - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 if: failure() with: name: test-screenshots-${{ matrix.os }}-${{ matrix.vscode }}