From e5661c16454bed9ff000b996b6feb947f6f33144 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 10 Mar 2025 17:05:55 +0000 Subject: [PATCH 1/2] Upgrade upload-artifact from v3 to v4 --- .github/workflows/ci-sage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-sage.yml b/.github/workflows/ci-sage.yml index 3da7141573..a37f30294d 100644 --- a/.github/workflows/ci-sage.yml +++ b/.github/workflows/ci-sage.yml @@ -73,7 +73,7 @@ jobs: && echo "sage-package create ${{ env.SPKG }} --pypi --source normal --type standard; sage-package create ${{ env.SPKG }} --version git --tarball ${{ env.SPKG }}-git.tar.gz --type=standard" > upstream/update-pkgs.sh \ && if [ -n "${{ env.REMOVE_PATCHES }}" ]; then echo "(cd ../build/pkgs/${{ env.SPKG }}/patches && rm -f ${{ env.REMOVE_PATCHES }}; :)" >> upstream/update-pkgs.sh; fi \ && ls -l upstream/ - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: upstream name: upstream From 052296a94141c2853fd2f0aefc702ddc5bf388d5 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Sat, 29 Mar 2025 16:01:36 +0000 Subject: [PATCH 2/2] use a release version instead of develop --- .github/workflows/ci-sage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-sage.yml b/.github/workflows/ci-sage.yml index a37f30294d..685e919739 100644 --- a/.github/workflows/ci-sage.yml +++ b/.github/workflows/ci-sage.yml @@ -79,8 +79,8 @@ jobs: name: upstream linux: - # https://github.com/sagemath/sage/blob/develop/.github/workflows/docker.yml - uses: sagemath/sage/.github/workflows/docker.yml@develop + # https://github.com/sagemath/sage/blob/10.5/.github/workflows/docker.yml + uses: sagemath/sage/.github/workflows/docker.yml@10.5 with: # Sage distribution packages to build targets: setuptools pyzmq