Skip to content

Commit

Permalink
Merge pull request #289 from istopwg/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
michaelrsweet authored Sep 3, 2024
2 parents 05eb1a8 + 888ff62 commit 3403eea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: docker/setup-buildx-action@v1
-
name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.setup.outputs.ARTIFACT_NAME }}
path: /tmp
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
uses: docker/setup-buildx-action@v1
-
name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.setup.outputs.ARTIFACT_NAME }}
path: /tmp
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
uses: docker/setup-buildx-action@v1
-
name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.setup.outputs.ARTIFACT_NAME }}
path: /tmp
Expand Down

0 comments on commit 3403eea

Please sign in to comment.