From 0824d03ce166375ba837d78468f4a583c35a58df Mon Sep 17 00:00:00 2001 From: Ben Hollis Date: Mon, 3 Feb 2025 12:44:32 -0800 Subject: [PATCH] Upload artifact has been deprecated --- .github/workflows/pr-test-and-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-and-lint.yml b/.github/workflows/pr-test-and-lint.yml index b4103afcfd..827775f032 100644 --- a/.github/workflows/pr-test-and-lint.yml +++ b/.github/workflows/pr-test-and-lint.yml @@ -41,7 +41,7 @@ jobs: env: CLEAN_MANIFEST_CACHE: true - - uses: actions/upload-artifact@v3 # upload test results + - uses: actions/upload-artifact@v4 # upload test results if: success() || failure() # run this step even if previous step failed with: name: test-results