Skip to content

Commit 453cff8

Browse files
Bump actions/upload-artifact from 2 to 4 (#56)
1 parent 039d70e commit 453cff8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
# Store the docs as a build artifact so we can deploy it later
132132
- name: Upload HTML documentation as an artifact
133133
if: github.event_name == 'release' || github.event_name == 'push'
134-
uses: actions/upload-artifact@v2
134+
uses: actions/upload-artifact@v4
135135
with:
136136
name: docs-${{ github.sha }}
137137
path: doc/_build/html

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Upload archives as artifacts
7070
# Only if not a pull request
7171
if: success() && github.event_name != 'pull_request'
72-
uses: actions/upload-artifact@v2
72+
uses: actions/upload-artifact@v4
7373
with:
7474
name: pypi-${{ github.sha }}
7575
path: dist

0 commit comments

Comments
 (0)