Skip to content

Commit 084284c

Browse files
Update GitHub Artifact Actions (major) (#840)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 79a2c60 commit 084284c

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
@@ -100,7 +100,7 @@ jobs:
100100
CPU_LIMIT: ${{ inputs.cpuLimit }}
101101
FORK: ${{ inputs.fork }}
102102

103-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
103+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
104104
if: always()
105105
with:
106106
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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
21+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
65+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
6666
if: always()
6767
with:
6868
name: ${{ inputs.scenarioName }}-report

0 commit comments

Comments
 (0)