Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v1...v4.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent d606f22 commit 1410b1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: wheels-3.9
path: gui
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
run: |
pip3 install twine
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: wheels-3.9
path: dist
Expand All @@ -167,7 +167,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: wheels-3.9
path: dist
Expand Down

0 comments on commit 1410b1d

Please sign in to comment.