We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5b02f commit 032b062Copy full SHA for 032b062
.github/workflows/docs.yml
@@ -106,7 +106,7 @@ jobs:
106
# Store the docs as a build artifact so we can deploy it later
107
- name: Upload HTML documentation as an artifact
108
if: github.event_name == 'release' || github.event_name == 'push'
109
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
110
with:
111
name: docs-${{ github.sha }}
112
path: doc/_build/html
.github/workflows/pypi.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: Upload archives as artifacts
82
# Only if not a pull request
83
if: success() && github.event_name != 'pull_request'
84
85
86
name: pypi-${{ github.sha }}
87
path: dist
0 commit comments