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