From 081195f2562ee2170d1df08653455401e2c25e8d Mon Sep 17 00:00:00 2001 From: Marcelo Leite <5692175+mmilk23@users.noreply.github.com> Date: Mon, 31 Aug 2026 20:09:09 -0300 Subject: [PATCH] chore(actions): finish migration to Node 24 --- .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 de59e6f..3ef86d8 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -26,7 +26,7 @@ jobs: otp-version: '27' - name: Restore dependencies cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: deps key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }} @@ -43,7 +43,7 @@ jobs: run: mix coveralls.json - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true