From f0bb3b82654a89bbe6972954eea1a94ebe7d5f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:01:55 +0000 Subject: [PATCH] Bump actions/download-artifact from 1.0.0 to 4.1.7 in /.github/workflows 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](https://github.com/actions/download-artifact/compare/v1.0.0...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/pypa-conda.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pypa-conda.yml b/.github/workflows/pypa-conda.yml index f0bdd79..47bc368 100644 --- a/.github/workflows/pypa-conda.yml +++ b/.github/workflows/pypa-conda.yml @@ -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: . @@ -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: . @@ -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: . @@ -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: . @@ -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 @@ -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 @@ -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: .