Skip to content

Commit b8825a9

Browse files
dependabot[bot]olivhoenen
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 2c7a36a commit b8825a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Upload documentation artifact
8686
if: always()
87-
uses: actions/upload-artifact@v4
87+
uses: actions/upload-artifact@v7
8888
with:
8989
name: documentation
9090
path: docs/build/html/

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ jobs:
378378
output-dir: wheelhouse
379379
config-file: "{package}/pyproject.toml"
380380

381-
- uses: actions/upload-artifact@v4
381+
- uses: actions/upload-artifact@v7
382382
with:
383383
name: cibw-wheels-cp${{ matrix.python }}-${{ matrix.platform_id }}
384384
path: wheelhouse/*.whl

0 commit comments

Comments
 (0)