From 1ee5772785c527d723d5677a5a5c63e66ef64a43 Mon Sep 17 00:00:00 2001 From: Ondrej Golasowski Date: Wed, 9 Oct 2024 12:40:17 +0200 Subject: [PATCH] Updated static analysis action. --- .github/workflows/static_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 93337f0..004cf54 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -29,7 +29,7 @@ jobs: build-command: "make" - name: Upload results artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: "CodeChecker Bug Reports" path: ${{ steps.codechecker.outputs.result-html-dir }} \ No newline at end of file