From de8517443f2e7240d32c498a76e96fb5ac86ef06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:11:43 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly.yml | 6 +++--- .github/workflows/release.yml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index f12868f4..d767a498 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -166,7 +166,7 @@ jobs: - name: Download Ruby client - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: python-client.tar @@ -179,7 +179,7 @@ jobs: - name: Download Python client - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: python-client.tar @@ -192,7 +192,7 @@ jobs: - name: Download built docs - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: docs.tar diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86fb5302..376e6573 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: - TEST: generate-bindings steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: pulp_python.tar @@ -186,7 +186,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: pulp_python.tar @@ -220,7 +220,7 @@ jobs: - name: Push branch and tag to GitHub run: bash .github/workflows/scripts/push_branch_and_tag_to_github.sh ${{ github.event.inputs.release }} - name: Download built docs - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: docs.tar @@ -231,7 +231,7 @@ jobs: - name: Deploy plugin to pypi run: bash .github/workflows/scripts/publish_plugin_pypi.sh ${{ github.event.inputs.release }} - name: Download Python client - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: python-client.tar @@ -241,7 +241,7 @@ jobs: - name: Publish client to pypi run: bash .github/workflows/scripts/publish_client_pypi.sh - name: Download Ruby client - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ruby-client.tar