Skip to content

Commit 9524e00

Browse files
Bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `codecov/codecov-action` from 5.5.1 to 5.5.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@5a10915...671740a) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f266a4 commit 9524e00

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
python -c 'import typing_extensions; import test.__main__' test_typing -v
9494
9595
- name: Upload coverage reports to Codecov
96-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
96+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
9797
if: ${{ (github.event_name == 'push' || github.event_name == 'pull_request') }}
9898
with:
9999
token: ${{ secrets.CODECOV_ORG_TOKEN }}

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build a binary wheel and a source tarball
4444
run: python -m build
4545
- name: Store the distribution packages
46-
uses: actions/upload-artifact@v5
46+
uses: actions/upload-artifact@v6
4747
with:
4848
name: python-package-distributions
4949
path: dist/
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
python-version: "3.x"
6565
- name: Download all the dists
66-
uses: actions/download-artifact@v6
66+
uses: actions/download-artifact@v7
6767
with:
6868
name: python-package-distributions
6969
path: dist/
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
python-version: "3.x"
9494
- name: Download all the dists
95-
uses: actions/download-artifact@v6
95+
uses: actions/download-artifact@v7
9696
with:
9797
name: python-package-distributions
9898
path: dist/
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
python-version: "3.x"
122122
- name: Download all the dists
123-
uses: actions/download-artifact@v6
123+
uses: actions/download-artifact@v7
124124
with:
125125
name: python-package-distributions
126126
path: dist/
@@ -152,7 +152,7 @@ jobs:
152152

153153
steps:
154154
- name: Download all the dists
155-
uses: actions/download-artifact@v6
155+
uses: actions/download-artifact@v7
156156
with:
157157
name: python-package-distributions
158158
path: dist/

0 commit comments

Comments
 (0)