We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6415d32 + fe8d405 commit 93ba986Copy full SHA for 93ba986
2 files changed
.github/workflows/ci.yml
@@ -159,7 +159,7 @@ jobs:
159
ls -la dist/
160
161
- name: Upload artifacts
162
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
163
with:
164
name: python-package-distributions
165
path: dist/
.github/workflows/publish.yml
@@ -51,7 +51,7 @@ jobs:
51
run: ls -lh dist/
52
53
- name: Upload distributions
54
55
56
57
@@ -66,7 +66,7 @@ jobs:
66
67
steps:
68
- name: Download distributions
69
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
70
71
72
0 commit comments