Skip to content

Commit 032b062

Browse files
Bump actions/upload-artifact from 2 to 4 (#422)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leonardo Uieda <[email protected]>
1 parent ee5b02f commit 032b062

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# Store the docs as a build artifact so we can deploy it later
107107
- name: Upload HTML documentation as an artifact
108108
if: github.event_name == 'release' || github.event_name == 'push'
109-
uses: actions/upload-artifact@v2
109+
uses: actions/upload-artifact@v4
110110
with:
111111
name: docs-${{ github.sha }}
112112
path: doc/_build/html

.github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Upload archives as artifacts
8282
# Only if not a pull request
8383
if: success() && github.event_name != 'pull_request'
84-
uses: actions/upload-artifact@v2
84+
uses: actions/upload-artifact@v4
8585
with:
8686
name: pypi-${{ github.sha }}
8787
path: dist

0 commit comments

Comments
 (0)