From ac369647facd7e40461c04a3aa64cef4394da955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A8s=20Maci=C3=A0?= Date: Wed, 11 Dec 2024 17:26:32 +0100 Subject: [PATCH] upgrade github actions due deprecation notice --- .github/workflows/elixir.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 4478327..b0e4fb2 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -35,9 +35,9 @@ jobs: - name: test run: mix test --cover --trace - name: archive code coverage - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: - name: cover + name: cover-${{ matrix.runs-on }} path: cover static_code_analysis: