Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and RouHim committed May 22, 2022
1 parent dfdf90d commit 55b3001
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Docker Image
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: docker-artifact
path: .
Expand All @@ -161,7 +161,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Docker Image
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: docker-artifact
path: .
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Download Docker Image
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: docker-artifact
path: .
Expand Down

0 comments on commit 55b3001

Please sign in to comment.