diff --git a/.github/workflows/sapling-cli-homebrew-macos-arm64-release.yml b/.github/workflows/sapling-cli-homebrew-macos-arm64-release.yml index 8c10624bea..ac4ed0a511 100644 --- a/.github/workflows/sapling-cli-homebrew-macos-arm64-release.yml +++ b/.github/workflows/sapling-cli-homebrew-macos-arm64-release.yml @@ -33,7 +33,7 @@ jobs: - name: Rename bottle to some platform specific name run: mv sapling*ventura.bottle*.tar.gz sapling_${{ env.SAPLING_VERSION }}.arm64_ventura.bottle.tar.gz - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: macos-homebrew-arm64-bottle path: sapling*ventura.bottle*.tar.gz diff --git a/.github/workflows/sapling-cli-homebrew-macos-x86-release.yml b/.github/workflows/sapling-cli-homebrew-macos-x86-release.yml index 94ca71c65b..839052bc64 100644 --- a/.github/workflows/sapling-cli-homebrew-macos-x86-release.yml +++ b/.github/workflows/sapling-cli-homebrew-macos-x86-release.yml @@ -33,7 +33,7 @@ jobs: - name: Rename bottle to some platform specific name run: mv sapling*monterey.bottle*.tar.gz sapling_${{ env.SAPLING_VERSION }}.monterey.bottle.tar.gz - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: macos-homebrew-x86-bottle path: sapling*monterey.bottle*.tar.gz diff --git a/.github/workflows/sapling-cli-ubuntu-20.04-release.yml b/.github/workflows/sapling-cli-ubuntu-20.04-release.yml index c9f4aa53b5..95d21bdaf6 100644 --- a/.github/workflows/sapling-cli-ubuntu-20.04-release.yml +++ b/.github/workflows/sapling-cli-ubuntu-20.04-release.yml @@ -30,7 +30,7 @@ jobs: working-directory: ./eden/scm run: ${{ format('mv sapling_{0}_amd64.deb sapling_{0}_amd64.Ubuntu20.04.deb', env.DEB_UPSTREAM_VERSION, env.DEB_UPSTREAM_VERSION) }} - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ubuntu-20.04 path: ./eden/scm/sapling_*.deb diff --git a/.github/workflows/sapling-cli-ubuntu-22.04-release.yml b/.github/workflows/sapling-cli-ubuntu-22.04-release.yml index 17e69c68f2..46a75eab70 100644 --- a/.github/workflows/sapling-cli-ubuntu-22.04-release.yml +++ b/.github/workflows/sapling-cli-ubuntu-22.04-release.yml @@ -30,7 +30,7 @@ jobs: working-directory: ./eden/scm run: ${{ format('mv sapling_{0}_amd64.deb sapling_{0}_amd64.Ubuntu22.04.deb', env.DEB_UPSTREAM_VERSION, env.DEB_UPSTREAM_VERSION) }} - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ubuntu-22.04 path: ./eden/scm/sapling_*.deb diff --git a/.github/workflows/sapling-cli-windows-amd64-release.yml b/.github/workflows/sapling-cli-windows-amd64-release.yml index 2d86da8f4e..5188414303 100644 --- a/.github/workflows/sapling-cli-windows-amd64-release.yml +++ b/.github/workflows/sapling-cli-windows-amd64-release.yml @@ -39,7 +39,7 @@ jobs: working-directory: ./eden/scm/artifacts run: ${{ format('Rename-Item sapling_windows_amd64.zip -NewName sapling_windows_{0}_amd64.zip', env.SAPLING_VERSION) }} - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: windows-amd64 path: ./eden/scm/artifacts/sapling_windows_*.zip