Skip to content

Commit a7610ef

Browse files
Bump the actions group across 1 directory with 3 updates (#719)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f266a4 commit a7610ef

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)