Skip to content

Commit 45ce176

Browse files
dependabot[bot]aaugustin
authored andcommitted
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 ce370b2 commit 45ce176

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@v5
27+
uses: actions/upload-artifact@v6
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@v5
60+
uses: actions/upload-artifact@v6
6161
with:
6262
name: dist-${{ matrix.os }}
6363
path: wheelhouse/*.whl

0 commit comments

Comments
 (0)