Skip to content

Commit

Permalink
Merge pull request #32 from crazy-max/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
crazy-max committed May 1, 2024
2 parents 9278ec8 + c5499b3 commit b1fd17a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ jobs:
steps:
-
name: Download meta bake definition
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bake-meta
path: /tmp
-
name: Download digests
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: digests
path: /tmp/digests
Expand Down

0 comments on commit b1fd17a

Please sign in to comment.