Skip to content

Commit 7cb804c

Browse files
Bump actions/upload-artifact from 5 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 08e0e89 commit 7cb804c

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
mike set-default $MIKE_VERSION
4949
5050
- name: Upload site
51-
uses: actions/upload-artifact@v5
51+
uses: actions/upload-artifact@v7
5252
with:
5353
name: docs-site
5454
path: site/

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
9393
manylinux: auto
9494
- name: Upload wheels
95-
uses: actions/upload-artifact@v5
95+
uses: actions/upload-artifact@v7
9696
with:
9797
name: wheels-linux-${{ matrix.platform.target }}
9898
path: dist
@@ -119,7 +119,7 @@ jobs:
119119
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
120120
manylinux: musllinux_1_2
121121
- name: Upload wheels
122-
uses: actions/upload-artifact@v5
122+
uses: actions/upload-artifact@v7
123123
with:
124124
name: wheels-musllinux-${{ matrix.platform.target }}
125125
path: dist
@@ -144,7 +144,7 @@ jobs:
144144
args: --release --out dist --find-interpreter
145145
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
146146
- name: Upload wheels
147-
uses: actions/upload-artifact@v5
147+
uses: actions/upload-artifact@v7
148148
with:
149149
name: wheels-windows-${{ matrix.platform.target }}
150150
path: dist
@@ -170,7 +170,7 @@ jobs:
170170
args: --release --out dist --find-interpreter
171171
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
172172
- name: Upload wheels
173-
uses: actions/upload-artifact@v5
173+
uses: actions/upload-artifact@v7
174174
with:
175175
name: wheels-macos-${{ matrix.platform.target }}
176176
path: dist
@@ -186,7 +186,7 @@ jobs:
186186
command: sdist
187187
args: --out dist
188188
- name: Upload sdist
189-
uses: actions/upload-artifact@v5
189+
uses: actions/upload-artifact@v7
190190
with:
191191
name: wheels-sdist
192192
path: dist/*.tar.gz
@@ -315,7 +315,7 @@ jobs:
315315
mike set-default $MIKE_VERSION
316316
317317
- name: Upload site
318-
uses: actions/upload-artifact@v5
318+
uses: actions/upload-artifact@v7
319319
with:
320320
name: docs-site
321321
path: site/

0 commit comments

Comments
 (0)