Skip to content

Commit 1803343

Browse files
Bump actions/upload-artifact from 4 to 5 (#132)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba892a8 commit 1803343

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
@@ -52,7 +52,7 @@ jobs:
5252
- name: Build documentation
5353
run: mkdocs build -f docs/mkdocs.yml
5454

55-
- uses: actions/upload-artifact@v4
55+
- uses: actions/upload-artifact@v5
5656
if: ${{ github.event_name == 'pull_request' }}
5757
with:
5858
name: docs

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build a binary wheel and a source tarball
3636
run: python -m build .
3737

38-
- uses: actions/upload-artifact@v4
38+
- uses: actions/upload-artifact@v5
3939
with:
4040
name: python_wheel
4141
path: dist/*

0 commit comments

Comments
 (0)