Thanks to visit codestin.com Credit goes to github.com
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 909891d commit b0a927dCopy full SHA for b0a927d
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Store the distribution packages
82
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
83
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
84
with:
85
name: python-package-distributions
86
path: dist/
@@ -97,7 +97,7 @@ jobs:
97
id-token: write
98
steps:
99
- name: Download all the dists
100
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
101
102
103
0 commit comments