Skip to content

Commit 13f6664

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 4e1530b commit 13f6664

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
args: --release --sdist -o dist --find-interpreter
3737

3838
- name: Upload wheels
39-
uses: actions/upload-artifact@v5
39+
uses: actions/upload-artifact@v6
4040
with:
4141
name: wheels
4242
path: dist
@@ -65,7 +65,7 @@ jobs:
6565
args: --release -o dist --find-interpreter
6666

6767
- name: Upload wheels
68-
uses: actions/upload-artifact@v5
68+
uses: actions/upload-artifact@v6
6969
with:
7070
name: wheels
7171
path: dist
@@ -93,7 +93,7 @@ jobs:
9393
args: --release -o dist --universal2 --find-interpreter
9494

9595
- name: Upload wheels
96-
uses: actions/upload-artifact@v5
96+
uses: actions/upload-artifact@v6
9797
with:
9898
name: wheels
9999
path: dist

0 commit comments

Comments
 (0)