Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.4 to 4.1.7 (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent 26c6b4b commit f75874e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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@v4.1.4
uses: actions/download-artifact@v4.1.7
with:
# Artifact name
name: docs_output # optional
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download sdist
uses: actions/download-artifact@v4.1.4
uses: actions/download-artifact@v4.1.7
with:
name: sdist
- name: Set up Python
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Download sdist
uses: actions/download-artifact@v4.1.4
uses: actions/download-artifact@v4.1.7
with:
name: linux-wheels
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Download sdist
uses: actions/download-artifact@v4.1.4
uses: actions/download-artifact@v4.1.7
with:
name: ${{ matrix.os }}-wheels
- uses: actions/setup-python@v5
Expand All @@ -209,7 +209,7 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Download all
uses: actions/download-artifact@v4.1.4
uses: actions/download-artifact@v4.1.7
- name: Move to dist
run: |
mkdir dist
Expand Down

0 comments on commit f75874e

Please sign in to comment.