Skip to content

Commit

Permalink
fix: gh action fails on deprecated dep action (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
BartOtten committed Nov 19, 2024
1 parent 62ae4b2 commit ccfe1f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
MIX_ENV: test
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions:
contents: write

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ccfe1f4

Please sign in to comment.