Skip to content

Commit 32d7af9

Browse files
authored
Merge branch 'main' into jo-feat-safe-eval
2 parents 0503d24 + b6cedfb commit 32d7af9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
sccache: "true"
4848
manylinux: auto
4949
- name: Upload wheels
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v5
5151
with:
5252
name: wheels-linux-${{ matrix.platform.target }}
5353
path: dist
@@ -78,7 +78,7 @@ jobs:
7878
sccache: "true"
7979
manylinux: musllinux_1_2
8080
- name: Upload wheels
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v5
8282
with:
8383
name: wheels-musllinux-${{ matrix.platform.target }}
8484
path: dist
@@ -105,7 +105,7 @@ jobs:
105105
args: --release --out dist --find-interpreter
106106
sccache: "true"
107107
- name: Upload wheels
108-
uses: actions/upload-artifact@v4
108+
uses: actions/upload-artifact@v5
109109
with:
110110
name: wheels-windows-${{ matrix.platform.target }}
111111
path: dist
@@ -131,7 +131,7 @@ jobs:
131131
args: --release --out dist --find-interpreter
132132
sccache: "true"
133133
- name: Upload wheels
134-
uses: actions/upload-artifact@v4
134+
uses: actions/upload-artifact@v5
135135
with:
136136
name: wheels-macos-${{ matrix.platform.target }}
137137
path: dist
@@ -146,7 +146,7 @@ jobs:
146146
command: sdist
147147
args: --out dist
148148
- name: Upload sdist
149-
uses: actions/upload-artifact@v4
149+
uses: actions/upload-artifact@v5
150150
with:
151151
name: wheels-sdist
152152
path: dist
@@ -164,7 +164,7 @@ jobs:
164164
# Used to generate artifact attestation
165165
attestations: write
166166
steps:
167-
- uses: actions/download-artifact@v5
167+
- uses: actions/download-artifact@v6
168168
- name: Generate artifact attestation
169169
uses: actions/attest-build-provenance@v3
170170
with:

0 commit comments

Comments
 (0)