We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039d70e commit 453cff8Copy full SHA for 453cff8
.github/workflows/docs.yml
@@ -131,7 +131,7 @@ jobs:
131
# Store the docs as a build artifact so we can deploy it later
132
- name: Upload HTML documentation as an artifact
133
if: github.event_name == 'release' || github.event_name == 'push'
134
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
135
with:
136
name: docs-${{ github.sha }}
137
path: doc/_build/html
.github/workflows/pypi.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: Upload archives as artifacts
70
# Only if not a pull request
71
if: success() && github.event_name != 'pull_request'
72
73
74
name: pypi-${{ github.sha }}
75
path: dist
0 commit comments