Skip to content

Commit 503afef

Browse files
Result of tsccr-helper -log-level=info gha update -latest .github/ (#1939)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
1 parent 3217c33 commit 503afef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: npm run package -- --target=${{ matrix.vsce_target }}
7676

7777
- name: Upload vsix as artifact
78-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
78+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
7979
with:
8080
name: ${{ matrix.vsce_target }}
8181
path: '*.vsix'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: npm run test:ui
8787
if: runner.os != 'Linux'
8888
- name: Archive test artifacts
89-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
89+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
9090
if: failure()
9191
with:
9292
name: test-screenshots-${{ matrix.os }}-${{ matrix.vscode }}

0 commit comments

Comments
 (0)