Skip to content

Commit

Permalink
Update artifact download action as well (internetstandards#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
aequitas authored Mar 15, 2024
1 parent 49d58dd commit 1042aef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
- name: Download images from artifacts (for forked PR's or dependabot)
# trigger only for forked PR's that don't have permissions to push to the container registry
if: ${{ env.use_registry == 'false' }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: images/

Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
- name: Download images from artifacts (for forked PR's or dependabot)
# trigger only for forked PR's that don't have permissions to push to the container registry
if: ${{ env.use_registry == 'false' }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: images/

Expand Down Expand Up @@ -388,7 +388,7 @@ jobs:
- name: Download images from artifacts (for forked PR's or dependabot)
# trigger only for forked PR's that don't have permissions to push to the container registry
if: ${{ env.use_registry == 'false' }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: images/

Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
- name: Download images from artifacts (for forked PR's or dependabot)
# trigger only for forked PR's that don't have permissions to push to the container registry
if: ${{ env.use_registry == 'false' }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: images/

Expand Down

0 comments on commit 1042aef

Please sign in to comment.