From af3ed6ae2f3fd4c3f4b8ea62cc3dcbd7a5a47a55 Mon Sep 17 00:00:00 2001 From: 1Conan Date: Mon, 20 Jan 2025 02:13:46 +0800 Subject: [PATCH] ci: update actions --- .github/workflows/build_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 94121d7..5cd11ab 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -367,7 +367,7 @@ jobs: LDFLAGS="-all-static -static ${LDFLAGS}" ${TRIPLE}-strip tsschecker/tsschecker${EXE_SUFFIX} - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 if: ${{ !env.ACT }} with: name: tsschecker_${{ env.OS }}_${{ env.ARCH }} @@ -390,7 +390,7 @@ jobs: echo "EOF" >> $GITHUB_ENV - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: path: artifacts