Skip to content

Commit 9a1649a

Browse files
Update actions/upload-artifact action to v7.0.1
1 parent 639a330 commit 9a1649a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Build and test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ jobs:
6666
- name: Build project
6767
run: yarn build-only
6868

69-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
69+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7070
with:
7171
name: dist
7272
path: dist/
7373

7474
- name: Package node_modules
7575
run: tar --exclude='.cache' -cvf node_modules.tar node_modules
7676

77-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
77+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7878
with:
7979
name: node_modules
8080
path: node_modules.tar

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# uploads of run results in SARIF format to the repository Actions tab.
4545
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
4646
- name: 'Upload artifact'
47-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
47+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4848
with:
4949
name: SARIF file
5050
path: results.sarif

0 commit comments

Comments
 (0)