diff --git a/.github/workflows/commit-ci.yml b/.github/workflows/commit-ci.yml index a06bd160e..da10a35a0 100644 --- a/.github/workflows/commit-ci.yml +++ b/.github/workflows/commit-ci.yml @@ -21,7 +21,7 @@ jobs: BOOST_ROOT: ${{ github.workspace }}\deps\boost_1_83_0 steps: - name: Checkout last commit - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive @@ -33,7 +33,7 @@ jobs: - name: Cache Boost id: cache-boost - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ env.BOOST_ROOT }} @@ -44,7 +44,7 @@ jobs: run: .\install_boost.bat - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.1.3 + uses: microsoft/setup-msbuild@v2 - name: Build librime if: ${{ startsWith(github.ref, 'refs/tags/') && success() }} @@ -78,9 +78,10 @@ jobs: if: ${{ success() }} - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: if-no-files-found: error + name: artifact-${{ github.run_number }}--${{ github.sha }} path: | .\output\archives\weasel*.exe .\output\archives\symbols.zip