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 a0ebbc8 commit a349cbfCopy full SHA for a349cbf
.github/workflows/pipeline.yml
@@ -163,7 +163,7 @@ jobs:
163
run: tox -e build -vvv
164
165
- name: Store build artifact
166
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
167
with:
168
name: build
169
path: |
@@ -188,7 +188,7 @@ jobs:
188
SPHINX_GITHUB_CHANGELOG_TOKEN: ${{ secrets.GITHUB_TOKEN }}
189
190
191
192
193
name: docs
194
0 commit comments