Skip to content

Commit d5fba3a

Browse files
Bump actions/download-artifact from 4 to 5 (#323)
1 parent e7e9021 commit d5fba3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
- name: 'Checkout Repository'
166166
uses: actions/checkout@v4
167167
- name: Download benchmark results
168-
uses: actions/download-artifact@v4
168+
uses: actions/download-artifact@v5
169169
with:
170170
pattern: ${{ matrix.artifact-pattern }}
171171
path: ${{ env.RESULTS_DIR }}

0 commit comments

Comments
 (0)