Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] committed Sep 3, 2024
1 parent 8ed9dc4 commit c617c28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
python-version: 3.9
- name: Download source distribution
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: dist
path: dist
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
with:
python-version: 3.9
- name: Download wheel distribution
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: dist
path: dist
Expand All @@ -118,7 +118,7 @@ jobs:
- test-wheel
steps:
- name: Download built distributions
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: dist
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install coverage package
run: python -m pip install -U coverage
- name: Download partial coverage reports
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: coverage
- name: Combine coverage
Expand Down

0 comments on commit c617c28

Please sign in to comment.