Skip to content

Commit d63cf43

Browse files
Bump actions/upload-artifact from 6 to 7 (#1200)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eae2000 commit d63cf43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Run tox for lint and docs
5353
run: |
5454
tox -e lint,docs
55-
- uses: actions/upload-artifact@v6
55+
- uses: actions/upload-artifact@v7
5656
with:
5757
name: docs
5858
path: ./docs/_build
@@ -103,7 +103,7 @@ jobs:
103103
CIBW_ARCHS: ${{ matrix.buildplat[1] }}
104104
MACOSX_DEPLOYMENT_TARGET: "11.0"
105105

106-
- uses: actions/upload-artifact@v6
106+
- uses: actions/upload-artifact@v7
107107
with:
108108
name: dist-${{ matrix.python }}-${{ startsWith(matrix.buildplat[1], 'macosx') && 'macosx' || matrix.buildplat[1] }}
109109
path: ./wheelhouse/*.whl
@@ -132,7 +132,7 @@ jobs:
132132
- run: cat pyproject.toml
133133
- name: Build SDist
134134
run: pipx run build --sdist
135-
- uses: actions/upload-artifact@v6
135+
- uses: actions/upload-artifact@v7
136136
with:
137137
name: dist-sdist
138138
path: dist/*.tar.gz

0 commit comments

Comments
 (0)