Skip to content

Commit 5c2b5de

Browse files
chore(deps): update github artifact actions to v4
1 parent 6cdba94 commit 5c2b5de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
sccache: 'true'
3838
manylinux: auto
3939
- name: Upload wheels
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: wheels
4343
path: dist
@@ -60,7 +60,7 @@ jobs:
6060
args: --release --out dist --find-interpreter
6161
sccache: 'true'
6262
- name: Upload wheels
63-
uses: actions/upload-artifact@v3
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: wheels
6666
path: dist
@@ -82,7 +82,7 @@ jobs:
8282
args: --release --out dist --find-interpreter
8383
sccache: 'true'
8484
- name: Upload wheels
85-
uses: actions/upload-artifact@v3
85+
uses: actions/upload-artifact@v4
8686
with:
8787
name: wheels
8888
path: dist
@@ -97,7 +97,7 @@ jobs:
9797
command: sdist
9898
args: --out dist
9999
- name: Upload sdist
100-
uses: actions/upload-artifact@v3
100+
uses: actions/upload-artifact@v4
101101
with:
102102
name: wheels
103103
path: dist
@@ -108,7 +108,7 @@ jobs:
108108
if: "startsWith(github.ref, 'refs/tags/')"
109109
needs: [linux, windows, macos, sdist]
110110
steps:
111-
- uses: actions/download-artifact@v3
111+
- uses: actions/download-artifact@v4
112112
with:
113113
name: wheels
114114
- name: Publish to PyPI

0 commit comments

Comments
 (0)