Skip to content

Commit

Permalink
ci: bump some actions versions
Browse files Browse the repository at this point in the history
So that Github will complain no more about running on outdated
Node.js runtime.
  • Loading branch information
keynslug committed Dec 26, 2022
1 parent 8da4cad commit e08d48b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
env:
SHELL: /bin/sh # needed for erlexec
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: erlef/setup-beam@v1
with:
Expand All @@ -70,7 +70,7 @@ jobs:
run: PATH=$PATH:/usr/lib/postgresql/${{matrix.pg}}/bin/ make test

- name: Upload CT logs artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: ct_report_pg-${{matrix.pg}}_otp-${{matrix.otp}}
Expand Down

0 comments on commit e08d48b

Please sign in to comment.