Skip to content

Commit 628bbe2

Browse files
Bump actions/download-artifact from 4 to 5 (#928)
* Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} * Apply suggestion from @cclauss --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss <[email protected]>
1 parent a300373 commit 628bbe2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Download all the dists
54-
uses: actions/download-artifact@v4
54+
uses: actions/download-artifact@v5
5555
with:
5656
name: python-package-distributions
5757
path: dist/
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Download all the dists
73-
uses: actions/download-artifact@v4
73+
uses: actions/download-artifact@v5
7474
with:
7575
name: python-package-distributions
7676
path: dist/

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
DJANGO: ${{ matrix.django-version }}
6060
- name: Upload coverage reports to Codecov
6161
if: ${{ matrix.python-version != 'pypy-3.11' }}
62+
env:
63+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6264
uses: codecov/codecov-action@v5
6365
with:
6466
fail_ci_if_error: true # optional (default = false)

0 commit comments

Comments
 (0)