Skip to content

Commit

Permalink
Fix Warnings of GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba committed Oct 21, 2022
1 parent e47a69e commit 14dac54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
apk --no-cache upgrade
apk --no-cache add gcc git libc-dev libc-utils libgcc linux-headers make bash \
musl-dev musl-utils ncurses-dev pcre2 pkgconf scanelf wget zlib
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: rebar3 compile
- name: Run tests
Expand All @@ -39,7 +39,7 @@ jobs:
run: DEBUG=1 rebar3 as test coveralls send || /bin/true
- name: Archive Test Output
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: test-output-${{ matrix.otp }}
path: |
Expand Down

0 comments on commit 14dac54

Please sign in to comment.