diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index c50490184..8c424d650 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -1591,7 +1591,7 @@ jobs: echo "min=$(echo "${VERSIONS}" | jq -r '.[]' | sort --version-sort | head -n1)" >> $GITHUB_OUTPUT echo "max=$(echo "${VERSIONS}" | jq -r '.[]' | sort --version-sort --reverse | head -n1)" >> $GITHUB_OUTPUT - name: Download npm artifact - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 + uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 with: path: ${{ runner.temp }} name: npm-${{ github.event.pull_request.head.sha }}-${{ steps.node_versions.outputs.max }} @@ -2139,7 +2139,7 @@ jobs: if: needs.is_docker.outputs.docker_compose_tests != 'true' run: echo "::warning::Publishing Docker images without docker compose tests!" - name: Download all artifacts - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 + uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 with: path: ${{ runner.temp }} - name: Decompress artifacts @@ -3020,7 +3020,7 @@ jobs: GH_REPO: ${{ github.repository }} GH_TOKEN: ${{ steps.gh_app_token.outputs.token || secrets.FLOWZONE_TOKEN }} - name: Download all artifacts - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 + uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 continue-on-error: true id: download with: diff --git a/flowzone.yml b/flowzone.yml index b758b5191..7dc8fe4e3 100644 --- a/flowzone.yml +++ b/flowzone.yml @@ -2103,7 +2103,7 @@ jobs: - *sortNodeVersions - name: Download npm artifact - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0 + uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 with: path: ${{ runner.temp }} name: npm-${{ github.event.pull_request.head.sha }}-${{ steps.node_versions.outputs.max }} @@ -2440,7 +2440,7 @@ jobs: # https://github.com/actions/download-artifact - name: Download all artifacts - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0 + uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 with: path: ${{ runner.temp }} @@ -2896,7 +2896,7 @@ jobs: - *deleteDraftGitHubRelease - name: Download all artifacts - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0 + uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 continue-on-error: true id: download with: