Skip to content

Commit e74aadf

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c4703a4 commit e74aadf

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
@@ -55,7 +55,7 @@ jobs:
5555
mike set-default $MIKE_VERSION
5656
5757
- name: Upload site
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v5
5959
with:
6060
name: docs-site
6161
path: site/

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: python -m build
101101

102102
- name: Upload distribution files
103-
uses: actions/upload-artifact@v4
103+
uses: actions/upload-artifact@v5
104104
with:
105105
name: dist-packages
106106
path: dist/
@@ -210,7 +210,7 @@ jobs:
210210
mike set-default $MIKE_VERSION
211211
212212
- name: Upload site
213-
uses: actions/upload-artifact@v4
213+
uses: actions/upload-artifact@v5
214214
with:
215215
name: docs-site
216216
path: site/

0 commit comments

Comments
 (0)