From 48842552a130b028ee0409d9ba549b581d1137fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 12:46:50 +0530 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 in /.github/workflows in the github_actions group across 1 directory (#1477) * Bump actions/download-artifact 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 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] * Update test-library.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abhinav Singh <126065+abhinavsingh@users.noreply.github.com> --- .github/workflows/test-library.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test-library.yml b/.github/workflows/test-library.yml index 3014093a79..6cb0fd3778 100644 --- a/.github/workflows/test-library.yml +++ b/.github/workflows/test-library.yml @@ -313,7 +313,7 @@ jobs: 'dist/${{ needs.pre-setup.outputs.sdist-artifact-name }}' 'dist/${{ needs.pre-setup.outputs.wheel-artifact-name }}' - name: Store the distribution packages - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: python-package-distributions # NOTE: Exact expected file names are specified here @@ -403,7 +403,7 @@ jobs: shell: bash - name: Download all the dists if: matrix.toxenv == 'metadata-validation' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-package-distributions path: dist/ @@ -523,7 +523,7 @@ jobs: ref: ${{ github.event.inputs.release-commitish }} - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-package-distributions path: dist/ @@ -568,7 +568,7 @@ jobs: with: ref: ${{ github.event.inputs.release-commitish }} - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-package-distributions path: dist/ @@ -765,7 +765,7 @@ jobs: with: ref: ${{ github.event.inputs.release-commitish }} - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-package-distributions path: dist/ @@ -847,7 +847,7 @@ jobs: with: ref: ${{ github.event.inputs.release-commitish }} - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-package-distributions path: dist/ @@ -927,7 +927,7 @@ jobs: with: ref: ${{ github.event.inputs.release-commitish }} - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-package-distributions path: dist/ @@ -1010,7 +1010,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-package-distributions path: dist/ @@ -1039,7 +1039,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-package-distributions path: dist/ @@ -1098,7 +1098,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-package-distributions path: dist/