Merge pull request #16339 from Homebrew/dependabot/github_actions/actions/download-artifact-4

build(deps): bump actions/download-artifact from 3 to 4
This commit is contained in:
Bo Anderson 2023-12-14 18:49:06 +00:00 committed by GitHub
commit e269d273e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ jobs:
fi fi
- name: Upload installer to GitHub Actions - name: Upload installer to GitHub Actions
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg name: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg
path: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg path: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg
@ -147,7 +147,7 @@ jobs:
# name: macos-14-arm64 # name: macos-14-arm64
steps: steps:
- name: Download installer from GitHub Actions - name: Download installer from GitHub Actions
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: "${{ needs.build.outputs.installer_path }}" name: "${{ needs.build.outputs.installer_path }}"
@ -193,7 +193,7 @@ jobs:
contents: write contents: write
steps: steps:
- name: Download installer from GitHub Actions - name: Download installer from GitHub Actions
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: "${{ needs.build.outputs.installer_path }}" name: "${{ needs.build.outputs.installer_path }}"