Skip to content

Commit 2633794

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] <[email protected]>
1 parent 19dcc67 commit 2633794

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
command: build
1616
args: --release -o dist
1717
- name: Upload wheels
18-
uses: actions/upload-artifact@v4
18+
uses: actions/upload-artifact@v5
1919
with:
2020
name: wheels
2121
path: dist
@@ -29,7 +29,7 @@ jobs:
2929
command: build
3030
args: --release --no-sdist -o dist
3131
- name: Upload wheels
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v5
3333
with:
3434
name: wheels
3535
path: dist
@@ -43,7 +43,7 @@ jobs:
4343
command: build
4444
args: --release --no-sdist -o dist --universal2
4545
- name: Upload wheels
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v5
4747
with:
4848
name: wheels
4949
path: dist

0 commit comments

Comments
 (0)