From 8104a42f0e04de93e385c5e17f1e5c2eff3ef489 Mon Sep 17 00:00:00 2001 From: Jesse Cirimelli-Low Date: Wed, 13 Nov 2024 22:45:31 -0800 Subject: [PATCH] Update artifact action --- .github/workflows/regress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regress.yml b/.github/workflows/regress.yml index 466e3391..eb07071d 100644 --- a/.github/workflows/regress.yml +++ b/.github/workflows/regress.yml @@ -47,7 +47,7 @@ jobs: make -k -j 48 - name: Archive if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Regress Archives path: ${{ github.workspace }}/compiler/tests/results/*