We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86bfa3d commit e395d0fCopy full SHA for e395d0f
.github/workflows/python.yml
@@ -277,7 +277,7 @@ jobs:
277
steps:
278
- name: fetch test artifacts
279
# see https://github.com/actions/download-artifact
280
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
281
with:
282
pattern: '${{ env.TESTS_REPORTS_ARTIFACT }}_bnt_*'
283
merge-multiple: true
.github/workflows/release.yml
@@ -212,7 +212,7 @@ jobs:
212
mkdir "$DIST_DIR"
213
- name: Fetch python dist artifact
214
215
216
217
name: ${{ env.DIST_ARTIFACT }}
218
path: ${{ env.DIST_DIR }}/
0 commit comments