From ccfe1f477925b18089871dcec1aff73c397be590 Mon Sep 17 00:00:00 2001 From: Bart Otten Date: Wed, 20 Nov 2024 00:16:50 +0100 Subject: [PATCH] fix: gh action fails on deprecated dep action (#15) --- .github/workflows/elixir.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 077af21..74d4150 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -9,7 +9,7 @@ on: env: MIX_ENV: test GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - + permissions: contents: write @@ -20,7 +20,7 @@ jobs: matrix: elixir: [1.13.4, 1.14.2] otp: [24.3.4, 25.2.0] - + name: Build and test steps: - uses: actions/checkout@v3 @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: path: artifacts - name: Publish to Pages