Skip to content

Commit

Permalink
Merge pull request Homebrew#157373 from Bo98/artifact-fix
Browse files Browse the repository at this point in the history
workflows/dispatch-*: use download-artifact v3
  • Loading branch information
Bo98 authored Dec 14, 2023
2 parents ebc6d7c + a60fc20 commit 18c0a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-build-bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
test-bot: false

- name: Download bottles from GitHub Actions
uses: actions/download-artifact@main
uses: actions/download-artifact@v3
with:
name: bottles
path: ~/bottles/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-rebottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
test-bot: false

- name: Download bottles from GitHub Actions
uses: actions/download-artifact@main
uses: actions/download-artifact@v3
with:
name: bottles
path: ~/bottles/
Expand Down

0 comments on commit 18c0a39

Please sign in to comment.