diff --git a/.github/workflows/cut-release.yml b/.github/workflows/cut-release.yml index 18be988ee..021de7547 100644 --- a/.github/workflows/cut-release.yml +++ b/.github/workflows/cut-release.yml @@ -59,7 +59,7 @@ jobs: tag=`basename ${{ github.ref }}` echo "VERSION=${tag}" >> $GITHUB_ENV - name: Fetch Artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 id: download with: name: release @@ -96,7 +96,7 @@ jobs: echo "QUAY_USER=projectquay+quay_github" >> $GITHUB_ENV echo "::add-mask::${{ secrets.QUAY_TOKEN }}" - name: Fetch Artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 id: download with: name: release