Skip to content

Commit d0a7bf0

Browse files
authored
Merge pull request #257 from Chia-Network/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 256ef6c + b758f66 commit d0a7bf0

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
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Download artifacts
100100
if: env.RELEASE == 'true'
101-
uses: actions/download-artifact@v4
101+
uses: actions/download-artifact@v5
102102
with:
103103
merge-multiple: true
104104
pattern: packages-*

.github/workflows/build.yml

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

247247
- name: Download artifacts
248-
uses: actions/download-artifact@v4
248+
uses: actions/download-artifact@v5
249249
with:
250250
merge-multiple: true
251251
pattern: packages-*

0 commit comments

Comments
 (0)