Skip to content

Commit c617c28

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
python-version: 3.9
6868
- name: Download source distribution
69-
uses: actions/download-artifact@v2
69+
uses: actions/download-artifact@v4.1.7
7070
with:
7171
name: dist
7272
path: dist
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
python-version: 3.9
9696
- name: Download wheel distribution
97-
uses: actions/download-artifact@v2
97+
uses: actions/download-artifact@v4.1.7
9898
with:
9999
name: dist
100100
path: dist
@@ -118,7 +118,7 @@ jobs:
118118
- test-wheel
119119
steps:
120120
- name: Download built distributions
121-
uses: actions/download-artifact@v2
121+
uses: actions/download-artifact@v4.1.7
122122
with:
123123
name: dist
124124
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install coverage package
5555
run: python -m pip install -U coverage
5656
- name: Download partial coverage reports
57-
uses: actions/download-artifact@v2
57+
uses: actions/download-artifact@v4.1.7
5858
with:
5959
name: coverage
6060
- name: Combine coverage

0 commit comments

Comments
 (0)