Skip to content

Commit f129eee

Browse files
build(deps): 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 8700dfe commit f129eee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
261261
- name: Upload crash artifacts
262262
if: always()
263-
uses: actions/upload-artifact@v4
263+
uses: actions/upload-artifact@v7
264264
with:
265265
name: fuzz-crash-artifacts
266266
path: fuzz-artifacts/

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
CIBW_BUILD_VERBOSITY: 1
3737

3838
- name: Upload wheel artifacts
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v7
4040
with:
4141
name: wheels-${{ matrix.os }}
4242
path: wheelhouse/*.whl
@@ -58,7 +58,7 @@ jobs:
5858
run: python -m build --sdist
5959

6060
- name: Upload sdist artifact
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v7
6262
with:
6363
name: sdist
6464
path: dist/*.tar.gz

0 commit comments

Comments
 (0)