Skip to content

Commit

Permalink
Bump actions/download-artifact
Browse files Browse the repository at this point in the history
Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/download-artifact` from 3 to 4.1.7
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  dependency-group: github_actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent aacb701 commit 5549868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
os: "ubuntu-latest"
python-version: "3.9"
- name: Download docs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: docs
path: build/documentation/
Expand All @@ -188,7 +188,7 @@ jobs:
os: "ubuntu-latest"
python-version: "3.9"
- name: Download wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: dist
path: dist/
Expand Down

0 comments on commit 5549868

Please sign in to comment.