From d897ea427b71787962aa988f219548fba40295e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 20:08:21 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 3 to 4 (#694) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9f0deca0..95ead35b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -201,7 +201,7 @@ jobs: - name: Upload test diffs if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ctex-kit-diff-${{ env.SHA_SHORT }} path: |