From 43c61f938d638edb0cf94c193cae83c39a9c1832 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 10:55:16 +0800 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 (#5111) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/upload-annotations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload-annotations.yml b/.github/workflows/upload-annotations.yml index 3218d152a..ed3087f70 100644 --- a/.github/workflows/upload-annotations.yml +++ b/.github/workflows/upload-annotations.yml @@ -36,7 +36,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Upload ESLint report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: eslint_report.json path: eslint_report.json