Skip to content

Commit f38ee86

Browse files
authored
Bump actions/upload-artifact from 4 to 5 (#230)
2 parents 920c14b + 9c627f4 commit f38ee86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
mike set-default $MIKE_VERSION
4949
5050
- name: Upload site
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v5
5252
with:
5353
name: docs-site
5454
path: site/

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: python -m build
9494

9595
- name: Upload distribution files
96-
uses: actions/upload-artifact@v4
96+
uses: actions/upload-artifact@v5
9797
with:
9898
name: dist-packages
9999
path: dist/
@@ -195,7 +195,7 @@ jobs:
195195
mike set-default $MIKE_VERSION
196196
197197
- name: Upload site
198-
uses: actions/upload-artifact@v4
198+
uses: actions/upload-artifact@v5
199199
with:
200200
name: docs-site
201201
path: site/

0 commit comments

Comments
 (0)