Skip to content

Commit

Permalink
chore: bump actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
keynslug committed Dec 13, 2024
1 parent 8edf5d0 commit e9cf087
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_test_case.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest

container:
image: erlang:22.1
image: erlang:24

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Run tests
run: |
make eunit
Expand All @@ -23,12 +23,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
make coveralls
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
if: always()
with:
name: logs
path: _build/test/logs
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: cover
path: _build/test/cover

0 comments on commit e9cf087

Please sign in to comment.