Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.7 to 4.1.8
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.7...v4.1.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 63c01e8 commit cf84402
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/[email protected].7
uses: actions/[email protected].8
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 @@ -116,7 +116,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download sdist
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: sdist
- name: Set up Python
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Download sdist
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: linux-wheels
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Download sdist
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: ${{ matrix.os }}-wheels
- uses: actions/setup-python@v5
Expand All @@ -205,7 +205,7 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Download all
uses: actions/[email protected].7
uses: actions/[email protected].8
- name: Move to dist
run: |
mkdir dist
Expand Down

0 comments on commit cf84402

Please sign in to comment.