Skip to content

Commit 27303c8

Browse files
chore(deps): update github artifact actions (#110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 65bb4ae commit 27303c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
5050
manylinux: auto
5151
- name: Upload wheels
52-
uses: actions/upload-artifact@v6
52+
uses: actions/upload-artifact@v7
5353
with:
5454
name: wheels-linux-${{ matrix.platform.target }}
5555
path: dist
@@ -80,7 +80,7 @@ jobs:
8080
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
8181
manylinux: musllinux_1_2
8282
- name: Upload wheels
83-
uses: actions/upload-artifact@v6
83+
uses: actions/upload-artifact@v7
8484
with:
8585
name: wheels-musllinux-${{ matrix.platform.target }}
8686
path: dist
@@ -107,7 +107,7 @@ jobs:
107107
args: --release --out dist --find-interpreter
108108
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
109109
- name: Upload wheels
110-
uses: actions/upload-artifact@v6
110+
uses: actions/upload-artifact@v7
111111
with:
112112
name: wheels-windows-${{ matrix.platform.target }}
113113
path: dist
@@ -133,7 +133,7 @@ jobs:
133133
args: --release --out dist --find-interpreter
134134
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
135135
- name: Upload wheels
136-
uses: actions/upload-artifact@v6
136+
uses: actions/upload-artifact@v7
137137
with:
138138
name: wheels-macos-${{ matrix.platform.target }}
139139
path: dist
@@ -148,7 +148,7 @@ jobs:
148148
command: sdist
149149
args: --out dist
150150
- name: Upload sdist
151-
uses: actions/upload-artifact@v6
151+
uses: actions/upload-artifact@v7
152152
with:
153153
name: wheels-sdist
154154
path: dist
@@ -166,7 +166,7 @@ jobs:
166166
# Used to generate artifact attestation
167167
attestations: write
168168
steps:
169-
- uses: actions/download-artifact@v7
169+
- uses: actions/download-artifact@v8
170170
- name: Generate artifact attestation
171171
uses: actions/attest-build-provenance@v4
172172
with:

0 commit comments

Comments
 (0)