Skip to content

Commit f7d58ee

Browse files
Build(deps): Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9890f51 commit f7d58ee

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@v5
58+
uses: actions/upload-artifact@v6
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@v5
103+
uses: actions/upload-artifact@v6
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@v5
213+
uses: actions/upload-artifact@v6
214214
with:
215215
name: docs-site
216216
path: site/

0 commit comments

Comments
 (0)