diff --git a/.github/workflows/commit-and-push.yml b/.github/workflows/commit-and-push.yml index a08d4f0..484338c 100644 --- a/.github/workflows/commit-and-push.yml +++ b/.github/workflows/commit-and-push.yml @@ -45,7 +45,7 @@ jobs: persist-credentials: false repository: ${{ inputs.repository }} - name: Download artifacts to be added to the repository - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ${{ inputs.artifactName }} path: ${{ inputs.artifactPath }} diff --git a/.github/workflows/published_release.yml b/.github/workflows/published_release.yml index fee77e5..2f0de70 100644 --- a/.github/workflows/published_release.yml +++ b/.github/workflows/published_release.yml @@ -140,7 +140,7 @@ jobs: with: fetch-depth: 0 - name: Download ytt data values file with release information - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ytt-data-values-for-release path: ./tmp/release.yml @@ -182,7 +182,7 @@ jobs: with: fetch-depth: 0 - name: Download ytt data values file with release information - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ytt-data-values-for-release path: ./tmp/release.yml