From 64818a9da9a342c239188dba15d54b05c1c345b3 Mon Sep 17 00:00:00 2001 From: William McSpaddden Date: Thu, 13 Jun 2024 09:51:17 -0500 Subject: [PATCH] update upload-artifact to v4 --- .github/workflows/compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index de9590807..5d370ce93 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -20,13 +20,13 @@ jobs: run: eval $(opam env) && test/run_tests.sh - name: Upload test results if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: tests.xml path: test/tests.xml - name: Upload event payload if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: event.json path: ${{ github.event_path }}