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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 8f1d3bb commit cc6d11c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.0
with:
# Artifact name
name: docs_output # optional
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download sdist
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.0
with:
name: sdist
- name: Set up Python
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download wheels
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.0
with:
name: macOS-wheel-${{ matrix.python }}
- name: Set up Python ${{ matrix.python }}
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Download all
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.0
- name: Move to dist
run: |
mkdir dist
Expand Down

0 comments on commit cc6d11c

Please sign in to comment.