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 2ec0e66 commit 0305485
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
sudo apt install -y -o Acquire::Retries=50 \
python3-pip python3-setuptools
- name: Download distribution
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: python-dist
- name: Install
Expand All @@ -68,7 +68,7 @@ jobs:
sudo apt update
sudo apt install -y -o Acquire::Retries=50 python3-setuptools
- name: Download distribution
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: python-dist
- name: Unpack
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- sdist-extlibcx
steps:
- name: Download distribution
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: python-dist
- name: Publish to PyPI
Expand Down

0 comments on commit 0305485

Please sign in to comment.