Skip to content

Commit 49cdb59

Browse files
dependabot[bot]ariebovenberg
authored andcommitted
🤖 Bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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 d2ca1ed commit 49cdb59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
rust-toolchain: "1.93"
102102
- run: uv run twine check --strict dist/*
103103
- name: Upload wheels
104-
uses: actions/upload-artifact@v4
104+
uses: actions/upload-artifact@v7
105105
with:
106106
name: wheels-binary-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }}
107107
path: dist/*
@@ -123,7 +123,7 @@ jobs:
123123
WHENEVER_NO_BUILD_RUST_EXT: 1
124124
- run: uv run twine check --strict dist/*
125125
- name: Upload pure Python wheels and sdist
126-
uses: actions/upload-artifact@v4
126+
uses: actions/upload-artifact@v7
127127
with:
128128
name: wheels-pure-python
129129
path: dist/*

0 commit comments

Comments
 (0)