From 14dac543547e417079c9eff2507c28bedb7b3fdb Mon Sep 17 00:00:00 2001 From: vk Date: Fri, 21 Oct 2022 18:28:14 +0300 Subject: [PATCH] Fix Warnings of GitHub Actions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d31e9a..b78303e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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: |