Skip to content

Commit

Permalink
ci: update download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Oct 9, 2024
1 parent 9d02b3f commit 4071274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
# steps:
# -
# name: "Download Docker tar"
# uses: actions/download-artifact@v2
# uses: actions/download-artifcat@v4
# with:
# name: docker
# path: .
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
steps:
-
name: "Download Docker tar"
uses: actions/download-artifact@v2
uses: actions/download-artifcat@v4
with:
name: docker
path: /tmp
Expand Down

0 comments on commit 4071274

Please sign in to comment.