From 8b088ae4195605690c882facd0185e95c486c446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 20:52:55 +0200 Subject: [PATCH] Bump actions/download-artifact from 3.0.1 to 4.1.7 in /.github/workflows in the github_actions group across 1 directory (#3217) 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.0.1 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3.0.1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: John Cudd --- .github/workflows/build_pipelinesrelease_template.yml | 6 +++--- .github/workflows/porter.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_pipelinesrelease_template.yml b/.github/workflows/build_pipelinesrelease_template.yml index b98536a13..a7b51bceb 100644 --- a/.github/workflows/build_pipelinesrelease_template.yml +++ b/.github/workflows/build_pipelinesrelease_template.yml @@ -112,7 +112,7 @@ jobs: with: go-version: ${{ inputs.goVersion }} - name: Download Cross-Compiled Porter Binaries - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.7 with: name: xbuild-bin path: bin @@ -141,7 +141,7 @@ jobs: with: go-version: ${{ inputs.goVersion }} - name: Download Cross-Compiled Porter Binaries - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.7 with: name: xbuild-bin path: bin @@ -182,7 +182,7 @@ jobs: with: go-version: ${{ inputs.goVersion }} - name: Download Cross-Compiled Porter Binaries - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.7 with: name: xbuild-bin path: bin diff --git a/.github/workflows/porter.yml b/.github/workflows/porter.yml index 0173e8286..a65bd38b0 100644 --- a/.github/workflows/porter.yml +++ b/.github/workflows/porter.yml @@ -111,7 +111,7 @@ jobs: cache: true - run: go version - name: Download Cross-Compiled Porter Binaries - uses: actions/download-artifact@v3.0.1 + uses: actions/download-artifact@v4.1.7 with: name: xbuild-bin path: bin @@ -129,7 +129,7 @@ jobs: - name: checkout uses: actions/checkout@v3.5.0 - name: Download Cross-Compiled Porter Binaries - uses: actions/download-artifact@v3.0.1 + uses: actions/download-artifact@v4.1.7 with: name: xbuild-bin path: bin