Skip to content

Commit ca6e473

Browse files
committed
chore(deps): update actions/download-artifact action to v7
1 parent be50d77 commit ca6e473

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/speed-comparison.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
dotnet-version: 10.0.x
6464

6565
- name: Download Build Artifacts
66-
uses: actions/download-artifact@v6
66+
uses: actions/download-artifact@v7
6767
with:
6868
name: test-builds-ubuntu
6969
path: tools/speed-comparison/UnifiedTests/bin/
@@ -138,14 +138,14 @@ jobs:
138138
token: ${{ secrets.ADMIN_TOKEN }}
139139

140140
- name: Download All Runtime Benchmark Artifacts
141-
uses: actions/download-artifact@v6
141+
uses: actions/download-artifact@v7
142142
with:
143143
path: benchmark-results/runtime/
144144
pattern: ubuntu_markdown_run_time_*
145145
merge-multiple: false
146146

147147
- name: Download Build Time Benchmark Artifacts
148-
uses: actions/download-artifact@v6
148+
uses: actions/download-artifact@v7
149149
with:
150150
path: benchmark-results/build/
151151
pattern: ubuntu_markdown_build_time

0 commit comments

Comments
 (0)