Skip to content

Commit

Permalink
dep: upgrading actions/download-artifact to v4 (PROJQUAY-8379) (quay#…
Browse files Browse the repository at this point in the history
…3529)

actions/download-artifact@v2 has been deprecated and has broken the release pipelines. It needs to be updated to v4 to get the pipelines running again.
  • Loading branch information
bcaton85 authored Jan 2, 2025
1 parent 32b8702 commit c171a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
tag=`basename ${{ github.ref }}`
echo "VERSION=${tag}" >> $GITHUB_ENV
- name: Fetch Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
id: download
with:
name: release
Expand Down Expand Up @@ -97,7 +97,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
id: download
with:
name: release
Expand Down

0 comments on commit c171a4e

Please sign in to comment.