Skip to content

Commit bc1709e

Browse files
Update GitHub Artifact Actions (major) (#904)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e96009 commit bc1709e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/benchmark.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
FORK: ${{ inputs.fork }}
104104
WAIT_FOR_URL: ${{ inputs.waitForUrl }}
105105

106-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
106+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
107107
if: always()
108108
with:
109109
name: ${{ inputs.scenarioName }}_${{ inputs.gateway }}

.github/workflows/report.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: download artifacts
2020
id: download
21-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
21+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
2222
with:
2323
path: artifacts
2424

@@ -62,7 +62,7 @@ jobs:
6262
author_name: github-actions
6363
github_token: ${{ secrets.GITHUB_TOKEN }}
6464

65-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
65+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
6666
if: always()
6767
with:
6868
name: ${{ inputs.scenarioName }}-report

0 commit comments

Comments
 (0)