Skip to content

Commit ce83f18

Browse files
Bump actions/upload-artifact from 3 to 4 (#12)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d451b2 commit ce83f18

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@v3
18+
uses: actions/upload-artifact@v4
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@v3
32+
uses: actions/upload-artifact@v4
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@v3
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: wheels
4949
path: dist

0 commit comments

Comments
 (0)