Skip to content

Commit dc9221e

Browse files
Bump actions/upload-artifact from 4 to 6 (#27)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 314d42c commit dc9221e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
container: ${{ matrix.container }}
7171
docker-options: -e CI
7272
- name: Upload wheels
73-
uses: actions/upload-artifact@v4
73+
uses: actions/upload-artifact@v6
7474
with:
7575
name: dist-${{ matrix.platform || matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }}
7676
path: dist
@@ -139,7 +139,7 @@ jobs:
139139
env:
140140
RUSTFLAGS: "-Cprofile-use=${{ github.workspace }}/merged.profdata"
141141
- name: Upload wheels
142-
uses: actions/upload-artifact@v4
142+
uses: actions/upload-artifact@v6
143143
with:
144144
name: dist-pgo-${{ matrix.platform || matrix.os }}-${{ matrix.interpreter }}
145145
path: dist

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
command: sdist
2121
args: --out dist
2222
- name: Upload sdist
23-
uses: actions/upload-artifact@v4
23+
uses: actions/upload-artifact@v6
2424
with:
2525
name: dist-sdist
2626
path: dist
@@ -89,7 +89,7 @@ jobs:
8989
container: ${{ matrix.container }}
9090
docker-options: -e CI
9191
- name: Upload wheels
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v6
9393
with:
9494
name: dist-${{ matrix.platform || matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }}
9595
path: dist
@@ -158,7 +158,7 @@ jobs:
158158
env:
159159
RUSTFLAGS: "-Cprofile-use=${{ github.workspace }}/merged.profdata"
160160
- name: Upload wheels
161-
uses: actions/upload-artifact@v4
161+
uses: actions/upload-artifact@v6
162162
with:
163163
name: dist-pgo-${{ matrix.platform || matrix.os }}-${{ matrix.interpreter }}
164164
path: dist

0 commit comments

Comments
 (0)