There was an error while loading. Please reload this page.
1 parent 69f128f commit bfae33aCopy full SHA for bfae33a
1 file changed
.github/workflows/python-publish.yml
@@ -52,7 +52,7 @@ jobs:
52
53
54
- name: Upload distributions
55
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
56
with:
57
name: release-dists
58
path: dist/
@@ -78,7 +78,7 @@ jobs:
78
79
steps:
80
- name: Retrieve release distributions
81
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
82
83
84
0 commit comments