Skip to content

Commit

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

chore(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
crazy-max authored Oct 28, 2024
2 parents 6c7b4c3 + 201fc16 commit 9e6c65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mage-releases-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@6dc31870ca6c4f8489bf5a408ab38fae60f47eec
uses: crazy-max/.github/.github/workflows/releases-json.yml@fa6141aedf23596fb8bdcceab9cce8dadaa31bd9
with:
repository: magefile/mage
artifact_name: mage-releases-json
Expand All @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4
-
name: Download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: mage-releases-json
path: .github
Expand Down

0 comments on commit 9e6c65a

Please sign in to comment.