Skip to content

Commit 41997ca

Browse files
committed
Update artifact actions to v4
1 parent 8dc11f8 commit 41997ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
apt update -y && apt-get install -y libssl-dev openssl pkg-config
3838
fi
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
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
needs: [linux, windows, macos, sdist]
109109
steps:
110-
- uses: actions/download-artifact@v3
110+
- uses: actions/download-artifact@v4
111111
with:
112112
name: wheels
113113
- name: Publish to PyPI

0 commit comments

Comments
 (0)