diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 2f3a9cf6e4e..c62d259c286 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -95,7 +95,7 @@ jobs: - name: make dist run: | ./configure --enable-download-from-upstream-url && make dist - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: "dist/*.tar.gz" name: dist @@ -119,7 +119,7 @@ jobs: steps: - uses: actions/checkout@v4 if: "!contains(matrix.tox_system_factor, 'nobootstrap')" - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: path: . name: dist @@ -147,7 +147,7 @@ jobs: run: | mkdir -p "artifacts/$LOGS_ARTIFACT_NAME"; cp -r .tox/*/log "artifacts/$LOGS_ARTIFACT_NAME" if: always() - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: artifacts name: ${{ env.LOGS_ARTIFACT_NAME }} diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 4f3d1441544..a7d5ecc8835 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -170,7 +170,7 @@ jobs: ref: ${{ inputs.sage_ref }} fetch-depth: 10000 - name: Download upstream artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: upstream name: ${{ inputs.upstream_artifact }} @@ -260,7 +260,7 @@ jobs: cp -r .tox/$TOX_ENV/* "artifacts/$LOGS_ARTIFACT_NAME" rm -rf "artifacts/$LOGS_ARTIFACT_NAME"/{bin,lib,pyvenv.cfg} if: always() - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: artifacts name: ${{ env.LOGS_ARTIFACT_NAME }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3d0732bcb7e..38c7feb9ad8 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -91,7 +91,7 @@ jobs: run: | "${{ steps.python.outputs.python-path }}" -m pip install pipx - name: Download upstream artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: upstream name: ${{ inputs.upstream_artifact }} @@ -108,7 +108,7 @@ jobs: GH_TOKEN: ${{ github.token }} SAGE_CI_FIXES_FROM_REPOSITORIES: ${{ vars.SAGE_CI_FIXES_FROM_REPOSITORIES }} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: path: sage-local-artifact name: ${{ env.LOCAL_ARTIFACT_NAME }} @@ -147,7 +147,7 @@ jobs: run: | mkdir -p "artifacts/$LOGS_ARTIFACT_NAME"; cp -r .tox/*/log "artifacts/$LOGS_ARTIFACT_NAME" if: always() - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: artifacts name: ${{ env.LOGS_ARTIFACT_NAME }} @@ -165,7 +165,7 @@ jobs: run: | mkdir -p sage-local-artifact && (cd .tox/$TOX_ENV && rm -f "local/lib64" && tar -cf - $(pwd)) > sage-local-artifact/sage-${{ env.TOX_ENV }}-${{ inputs.stage }}.tar if: contains(inputs.stage, '1') - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: sage-local-artifact/sage-${{ env.TOX_ENV }}-${{ inputs.stage }}.tar name: ${{ env.LOCAL_ARTIFACT_NAME }} diff --git a/build/pkgs/configure/checksums.ini b/build/pkgs/configure/checksums.ini index 4d5e7295f5b..351e01dc358 100644 --- a/build/pkgs/configure/checksums.ini +++ b/build/pkgs/configure/checksums.ini @@ -1,3 +1,3 @@ tarball=configure-VERSION.tar.gz -sha1=490f6d988c1c4c0786a0c8b36e708db56e17bfa6 -sha256=2e2b6821c9abd7d2b910edb1237f3622e985a2321cf1eedb2161b714494c6643 +sha1=90eb534c20aebd2fe238e24fc2c1221ccde6cfce +sha256=3e238f0c124e533f8f2b1bc801ef372c99eb2ffca68eca26eebb034c6ba2ff0b diff --git a/build/pkgs/configure/package-version.txt b/build/pkgs/configure/package-version.txt index 95d7fe86650..bc9a0b9d837 100644 --- a/build/pkgs/configure/package-version.txt +++ b/build/pkgs/configure/package-version.txt @@ -1 +1 @@ -93661cbe00c3e83691d6ed8c64586163cfdae62f +67d12b8691786ca95124f1cc915ae6f703a0c955