We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 256ef6c + b758f66 commit d0a7bf0Copy full SHA for d0a7bf0
2 files changed
.github/workflows/build-riscv64.yml
@@ -98,7 +98,7 @@ jobs:
98
99
- name: Download artifacts
100
if: env.RELEASE == 'true'
101
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
102
with:
103
merge-multiple: true
104
pattern: packages-*
.github/workflows/build.yml
@@ -245,7 +245,7 @@ jobs:
245
python-version: ${{ matrix.python.major-dot-minor }}
246
247
248
249
250
251
0 commit comments