From 7c36375ae5ae6f9282b053f9654db5620d2d3402 Mon Sep 17 00:00:00 2001 From: Akhil Mohan Date: Wed, 2 Aug 2023 17:00:15 +0530 Subject: [PATCH] Update github actions packages in validate workflow Resolve nodejs 12 deprecation warnings by updating lumaxis/shellcheck-problem-matchers and actions/upload-artifact Signed-off-by: Akhil Mohan --- .github/workflows/validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 1d3d027ee41..c1ee2692d18 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -89,7 +89,7 @@ jobs: sha256sum ~/bin/shellcheck | grep -q $SHA256SUM # make sure to remove the old version sudo rm -f /usr/bin/shellcheck - - uses: lumaxis/shellcheck-problem-matchers@v1 + - uses: lumaxis/shellcheck-problem-matchers@v2 - name: shellcheck run: | make shellcheck @@ -176,7 +176,7 @@ jobs: - name: make releaseall run: make releaseall - name: upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: release-${{ github.run_id }} path: release/*