From b736b6835d24edbe2e60bd545da016ec670d79fa Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Tue, 4 Feb 2025 15:30:25 -0800 Subject: [PATCH] Update upload-artifact action to use v4 V3 is no longer supported and throws an error on use --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index bb362fb8c..76c1b7165 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -44,7 +44,7 @@ jobs: sudo ./.github/workflows/validate-linux.sh - name: Archive test results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{github.sha}}-test-results path: "*test-results*"