Skip to content

Commit 4a08593

Browse files
committed
build: update actions/upload-artifact action to v5
See associated pull request for more information.
1 parent db74b80 commit 4a08593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
# Upload the results as artifacts.
3939
- name: 'Upload artifact'
40-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
40+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4141
with:
4242
name: SARIF file
4343
path: results.sarif

github-actions/previews/pack-and-upload-artifact/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ runs:
6161
tar -czvf "$pkg" -C '${{steps.copy.outputs.deploy-dir}}' .
6262
echo "artifact-path=$pkg" >> $GITHUB_OUTPUT
6363
64-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
64+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6565
with:
6666
name: '${{inputs.workflow-artifact-name}}'
6767
path: '${{steps.pack.outputs.artifact-path}}'

0 commit comments

Comments
 (0)