Skip to content

Commit c533acf

Browse files
Update actions/upload-artifact action to v5
1 parent f57ad42 commit c533acf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Build and test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ jobs:
5858
- name: Build project
5959
run: yarn build-only
6060

61-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
61+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6262
with:
6363
name: dist
6464
path: dist/
6565

6666
- name: Package node_modules
6767
run: tar --exclude='.cache' -cvf node_modules.tar node_modules
6868

69-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
69+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7070
with:
7171
name: node_modules
7272
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
47+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4848
with:
4949
name: SARIF file
5050
path: results.sarif

0 commit comments

Comments
 (0)