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 dfae068 commit 0852041Copy full SHA for 0852041
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Upload packages artifact
31
if: github.event_name == 'release'
32
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
33
with:
34
name: python-packages
35
path: dist/
@@ -47,7 +47,7 @@ jobs:
47
runs-on: ubuntu-latest
48
steps:
49
- name: Download packages artifact
50
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
51
52
53
0 commit comments