Skip to content

Commit b5fd9eb

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 3b9a506 commit b5fd9eb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: uvx twine check dist/*
8080

8181
- name: Upload distributions
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@v7
8383
with:
8484
name: python-distributions
8585
path: dist/*

.github/workflows/publish-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Upload distributions
6464
if: ${{ github.event.inputs.target == 'all' || (github.event.inputs.target == 'bootstrap-1' && matrix.publish_in_bootstrap_1) || (github.event.inputs.target == 'bootstrap-2' && matrix.publish_in_bootstrap_2) }}
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v7
6666
with:
6767
name: ${{ env.PURE_PYTHON_ARTIFACT_PREFIX }}-${{ matrix.package_path }}
6868
path: dist/*
@@ -126,7 +126,7 @@ jobs:
126126
run: uvx twine check dist/*
127127

128128
- name: Upload distributions
129-
uses: actions/upload-artifact@v4
129+
uses: actions/upload-artifact@v7
130130
with:
131131
name: bindings-wheels-${{ matrix.os }}
132132
path: dist/*
@@ -156,7 +156,7 @@ jobs:
156156
run: uvx twine check dist/*
157157

158158
- name: Upload distributions
159-
uses: actions/upload-artifact@v4
159+
uses: actions/upload-artifact@v7
160160
with:
161161
name: bindings-sdist
162162
path: dist/*

0 commit comments

Comments
 (0)