From 2e1a446f094a7bbc62e426d46462337e10ac5a1b Mon Sep 17 00:00:00 2001 From: Dominik Salvet Date: Tue, 26 Nov 2024 20:13:23 +0100 Subject: [PATCH] update upload-artifact github action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75af0cc..f5ce322 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: run: test/run.sh - name: Upload execution trace - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: always() with: name: ${{matrix.os}}_gitpack-trace