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 05a8a40 commit 4651b2bCopy full SHA for 4651b2b
.github/workflows/build.yml
@@ -276,7 +276,7 @@ jobs:
276
steps:
277
# Will download all artifacts to path
278
- name: Download build artifacts
279
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
280
with:
281
path: dist
282
.github/workflows/test.yml
@@ -55,7 +55,7 @@ jobs:
55
56
57
if: ${{ env.new_version == 'this' }}
58
59
60
name: builds-Linux-py3.9
61
0 commit comments