Skip to content

Commit

Permalink
Merge pull request #16339 from Homebrew/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/download-artifact-4

build(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
Bo98 authored Dec 14, 2023
2 parents a04d8a3 + 7af1362 commit e269d27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pkg-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
fi
- name: Upload installer to GitHub Actions
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg
path: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg
Expand All @@ -147,7 +147,7 @@ jobs:
# name: macos-14-arm64
steps:
- name: Download installer from GitHub Actions
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "${{ needs.build.outputs.installer_path }}"

Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
contents: write
steps:
- name: Download installer from GitHub Actions
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "${{ needs.build.outputs.installer_path }}"

Expand Down

0 comments on commit e269d27

Please sign in to comment.