From 67c8490c246949ac50fda38103f3929d722598de Mon Sep 17 00:00:00 2001 From: Paul Aurich Date: Tue, 6 Dec 2022 20:26:15 -0800 Subject: [PATCH] workflows: update actions for nodejs deprecation --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3955200..a91e84f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: ShellCheck uses: ludeeus/action-shellcheck@1.1.0 @@ -28,7 +28,7 @@ jobs: extra-build-deps: lintian - name: Upload debian package as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: deb path: debian/artifacts