From 9072be78bd973f0762f1c4fbf9a1db81ba12207b Mon Sep 17 00:00:00 2001 From: Sergey Prokhorov Date: Wed, 4 Dec 2024 12:31:57 +0100 Subject: [PATCH] Use updated upload-artifact GH 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 d98df5f..9220d1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: run: rebar3 proper - name: Upload test logs artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: test_logs_otp-${{matrix.otp}}