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 6477a3f commit f91dfa7Copy full SHA for f91dfa7
.github/workflows/python.yml
@@ -283,7 +283,7 @@ jobs:
283
steps:
284
- name: fetch test artifacts
285
# see https://github.com/actions/download-artifact
286
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
287
with:
288
pattern: '${{ env.TESTS_REPORTS_ARTIFACT }}_bnt_*'
289
merge-multiple: true
.github/workflows/release.yml
@@ -229,7 +229,7 @@ jobs:
229
mkdir "$DIST_DIR"
230
- name: Fetch python dist artifact
231
232
233
234
name: ${{ env.DIST_ARTIFACT }}
235
path: ${{ env.DIST_DIR }}/
0 commit comments