Skip to content

Commit 22b9e18

Browse files
dependabot[bot]aaugustin
authored andcommitted
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 2e6d793 commit 22b9e18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
BUILD_EXTENSION: no
2626
- name: Save sdist & wheel
27-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-artifact@v5
2828
with:
2929
name: dist-architecture-independent
3030
path: |
@@ -57,7 +57,7 @@ jobs:
5757
env:
5858
BUILD_EXTENSION: yes
5959
- name: Save wheels
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v5
6161
with:
6262
name: dist-${{ matrix.os }}
6363
path: wheelhouse/*.whl

0 commit comments

Comments
 (0)