Skip to content

Commit 993f052

Browse files
DEV: Bump actions/upload-artifact from 6 to 7 (#3662)
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 a3c996b commit 993f052

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
run: mv .coverage ".coverage.$RANDOM"
192192
if: ${{ !startsWith(matrix.python-version, 'pypy') }}
193193
- name: Upload coverage data
194-
uses: actions/upload-artifact@v6
194+
uses: actions/upload-artifact@v7
195195
if: ${{ !startsWith(matrix.python-version, 'pypy') }}
196196
with:
197197
name: coverage-data.${{ matrix.python-version }}-${{ matrix.use-crypto-lib }}

.github/workflows/publish-to-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build a binary wheel and a source tarball
2727
run: python3 -m build
2828
- name: Store the distribution packages
29-
uses: actions/upload-artifact@v6
29+
uses: actions/upload-artifact@v7
3030
with:
3131
name: python-package-distributions
3232
path: dist/

0 commit comments

Comments
 (0)