Skip to content

Commit e4b234f

Browse files
Bump download-artifact (#4179)
bump download-artifact
1 parent d663fd7 commit e4b234f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/perf_benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
python -m pip install --require-hashes --no-deps -r /tmp/requirements.txt
173173
rm /tmp/requirements.txt
174174
- name: Download benchmark results
175-
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
175+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
176176
with:
177177
path: tests/perf/history/latest
178178
- name: Summarize benchamrk results

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id-token: write
5050
steps:
5151
- name: Download artifacts
52-
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
52+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
5353
with:
5454
path: dist
5555
pattern: artifact-*

0 commit comments

Comments
 (0)