diff --git a/.github/workflows/pkg-installer.yml b/.github/workflows/pkg-installer.yml index 947906d08f..3f90c71ec4 100644 --- a/.github/workflows/pkg-installer.yml +++ b/.github/workflows/pkg-installer.yml @@ -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 @@ -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 }}" @@ -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 }}"