Skip to content

Commit 43d4fc5

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] <support@github.com>
1 parent 27c2198 commit 43d4fc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: git diff > ~/pre-commit.patch
3535
- name: Upload patch
3636
if: failure()
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v5
3838
with:
3939
name: patch
4040
path: ~/pre-commit.patch

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Check metadata
2929
run: pipx run twine check dist/*
3030

31-
- uses: actions/upload-artifact@v4
31+
- uses: actions/upload-artifact@v5
3232
with:
3333
name: sdist
3434
path: dist/*.tar.gz
@@ -60,7 +60,7 @@ jobs:
6060
shell: bash
6161

6262
- name: Upload wheels
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v5
6464
with:
6565
name: wheel-${{ matrix.os }}${{ matrix.artifact-extra }}
6666
path: wheelhouse/*.whl

0 commit comments

Comments
 (0)