Skip to content

Commit 024ee96

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] <support@github.com>
1 parent d9cf167 commit 024ee96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-riscv64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Download artifacts
9999
if: env.RELEASE == 'true'
100-
uses: actions/download-artifact@v6
100+
uses: actions/download-artifact@v7
101101
with:
102102
merge-multiple: true
103103
pattern: packages-*

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
python-version: ${{ matrix.python.major-dot-minor }}
250250

251251
- name: Download artifacts
252-
uses: actions/download-artifact@v6
252+
uses: actions/download-artifact@v7
253253
with:
254254
merge-multiple: true
255255
pattern: packages-*

0 commit comments

Comments
 (0)