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.
2 parents f7eda81 + 7168b65 commit dc6f0d5Copy full SHA for dc6f0d5
1 file changed
.github/workflows/publishing.yml
@@ -97,7 +97,7 @@ jobs:
97
python setup.py sdist bdist_wheel
98
99
- name: Upload artifacts
100
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
101
with:
102
name: dist
103
path: dist/
@@ -112,7 +112,7 @@ jobs:
112
id-token: write
113
steps:
114
- name: Download artifacts
115
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
116
117
118
@@ -133,7 +133,7 @@ jobs:
133
fetch-depth: 0
134
135
136
137
138
139
0 commit comments