Skip to content

Commit

Permalink
Bump actions/download-artifact from 1.0.0 to 4.1.7 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.0.0 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v1.0.0...v4.1.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 0ed206a commit f0bb3b8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pypa-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Download the source distribution
uses: actions/download-artifact@v1.0.0
uses: actions/download-artifact@v4.1.7
with:
name: pypa-sdist
path: .
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Download the source distribution
uses: actions/download-artifact@v1.0.0
uses: actions/download-artifact@v4.1.7
with:
name: pypa-sdist
path: .
Expand Down Expand Up @@ -140,12 +140,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Download the binary distribution
uses: actions/download-artifact@v1.0.0
uses: actions/download-artifact@v4.1.7
with:
name: pypa-bdist-wheel
path: dist
- name: Download the test distribution
uses: actions/download-artifact@v1.0.0
uses: actions/download-artifact@v4.1.7
with:
name: custom-tdist
path: .
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Source Distribution
uses: actions/download-artifact@v1.0.0
uses: actions/download-artifact@v4.1.7
with:
name: pypa-sdist
path: .
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@v1.0.0
uses: actions/download-artifact@v4.1.7
with:
name: ${{ matrix.artifact-name }}
path: dist
Expand All @@ -290,13 +290,13 @@ jobs:
- upload-to-github
steps:
- name: Download source distribution
uses: actions/download-artifact@v1.0.0
uses: actions/download-artifact@v4.1.7
with:
name: pypa-sdist
path: dist

- name: Download binary distribution
uses: actions/download-artifact@v1.0.0
uses: actions/download-artifact@v4.1.7
with:
name: pypa-bdist-wheel
path: dist
Expand Down Expand Up @@ -325,7 +325,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download ${{ matrix.artifact-name }} distribution
uses: actions/download-artifact@v1.0.0
uses: actions/download-artifact@v4.1.7
with:
name: ${{ matrix.artifact-name }}
path: .
Expand Down

0 comments on commit f0bb3b8

Please sign in to comment.