Skip to content

Commit 456c0b5

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 98b5b3e commit 456c0b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
- name: 'Checkout Repository'
164164
uses: actions/checkout@v6
165165
- name: Download benchmark results
166-
uses: actions/download-artifact@v6
166+
uses: actions/download-artifact@v7
167167
with:
168168
pattern: ${{ matrix.artifact-pattern }}
169169
path: ${{ env.RESULTS_DIR }}

0 commit comments

Comments
 (0)