Skip to content

Commit 6455bf2

Browse files
Build(deps): bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 654769f commit 6455bf2

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@v6
39+
uses: actions/upload-artifact@v7
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@v6
68+
uses: actions/upload-artifact@v7
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@v6
96+
uses: actions/upload-artifact@v7
9797
with:
9898
name: wheels
9999
path: dist

0 commit comments

Comments
 (0)