Skip to content

Commit 8a3f6b2

Browse files
renovate[bot]scop
authored andcommitted
chore(deps): update actions/upload-artifact action to v5
1 parent 4f4ece0 commit 8a3f6b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
test/docker/entrypoint.sh
9393
env:
9494
NETWORK: ${{matrix.network}}
95-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
95+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9696
with:
9797
path: |
9898
bash-completion-*.tar.xz

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
results_file: results.sarif
2828
results_format: sarif
2929
publish_results: true
30-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
30+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3131
with:
3232
name: SARIF file
3333
path: results.sarif

0 commit comments

Comments
 (0)