Skip to content

Commit

Permalink
Bump actions/download-artifact from 3.0.2 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.1.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3.0.2...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent d37528a commit a57453b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
python-version: '${{ matrix.python }}'
architecture: '${{ matrix.arch }}'
- name: Download build artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.0
with:
name: Build
path: dist
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
with:
python-version: '3.12'
- name: Download build artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.0
with:
name: Build
path: dist
Expand All @@ -274,7 +274,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Download coverage artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.0
with:
name: Coverage
- name: Upload to Codecov
Expand All @@ -292,7 +292,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Download coverage artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.0
with:
name: Coverage
- name: Setup python
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
id-token: write
steps:
- name: Download build artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.0
with:
name: Build
path: dist
Expand All @@ -361,7 +361,7 @@ jobs:
# contents: write #TODO this should be default but maybe must be set
steps:
- name: Download build artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.0
with:
name: Build
path: dist
Expand Down

0 comments on commit a57453b

Please sign in to comment.