Skip to content

Commit 5c85244

Browse files
authored
Merge pull request #7 from OpShin/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 0a74321 + 0eb537f commit 5c85244

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
sccache: 'true'
3535
manylinux: auto
3636
- name: Upload wheels
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v5
3838
with:
3939
name: wheels-linux-${{ matrix.target }}
4040
path: dist
@@ -59,7 +59,7 @@ jobs:
5959
args: --release --out dist --find-interpreter
6060
sccache: 'true'
6161
- name: Upload wheels
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v5
6363
with:
6464
name: wheels-windows-${{ matrix.target }}
6565
path: dist
@@ -81,7 +81,7 @@ jobs:
8181
args: --release --out dist --find-interpreter
8282
sccache: 'true'
8383
- name: Upload wheels
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@v5
8585
with:
8686
name: wheels-macos-${{ matrix.target }}
8787
path: dist
@@ -96,7 +96,7 @@ jobs:
9696
command: sdist
9797
args: --out dist
9898
- name: Upload sdist
99-
uses: actions/upload-artifact@v4
99+
uses: actions/upload-artifact@v5
100100
with:
101101
name: wheels-sdist-${{ matrix.target }}
102102
path: dist

0 commit comments

Comments
 (0)