Skip to content

Commit

Permalink
Merge pull request #158 from andreashasse/upgrade-other-deprecated-ac…
Browse files Browse the repository at this point in the history
…tion-versions

Upgrade other deprecated action versions
  • Loading branch information
onno-vos-dev authored Nov 6, 2024
2 parents e6dbc2c + 6743050 commit 10417d3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
- 9090:9090
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Hex packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/rebar3/hex/hexpm/packages
key: ${{ runner.os }}-hex-${{ hashFiles(format('{0}{1}', github.workspace, '/rebar.lock')) }}
restore-keys: |
${{ runner.os }}-hex-
- name: Cache Dialyzer PLTs
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.cache/rebar3/rebar3_*.plt
key: ${{ runner.os }}-dialyzer-${{ hashFiles(format('{0}{1}', github.workspace, '/rebar.config')) }}
Expand Down Expand Up @@ -65,12 +65,10 @@ jobs:
with:
name: edoc OTP${{ matrix.otp-version }}
path: doc
overwrite: true
- name: Upload Common Test result
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: Common Test OTP${{ matrix.otp-version }} SHA${{ github.sha }}
name: Common Test OTP${{ matrix.otp-version }}
path: _build/test/logs/**
overwrite: true
retention-days: 3

0 comments on commit 10417d3

Please sign in to comment.