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 7fd3d0a commit 30717fbCopy full SHA for 30717fb
.github/workflows/cd.yml
@@ -57,7 +57,7 @@ jobs:
57
python setup.py sdist bdist_wheel
58
59
- name: Upload artifacts
60
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
61
with:
62
name: distfiles_${{ github.run_id }}
63
path: dist
@@ -76,7 +76,7 @@ jobs:
76
python-version: '3.x'
77
78
- name: Download artifacts
79
- uses: actions/download-artifact@v4.1.7
+ uses: actions/download-artifact@v4
80
81
82
path: ${{ github.workspace }}/dist
0 commit comments