Skip to content

Commit 28f32b6

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 84e9f99 commit 28f32b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: pnpm run package
100100

101101
- name: Upload VSIX artifact
102-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
102+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
103103
with:
104104
name: extension-vsix
105105
path: '*.vsix'

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
7777
# format to the repository Actions tab.
7878
- name: "Upload artifact"
79-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
79+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8080
with:
8181
name: SARIF file
8282
path: results.sarif

0 commit comments

Comments
 (0)