Skip to content

Commit 7ddfee7

Browse files
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a5757e8 commit 7ddfee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
python -m pip install --upgrade pip
7272
pip install codecov~=2.0.15
73-
- uses: actions/download-artifact@v1
73+
- uses: actions/download-artifact@v4.1.7
7474
with:
7575
name: coverage-${{ matrix.python-version }}
7676
path: coverage.xml

0 commit comments

Comments
 (0)