From 0961b10989e54bec4a78b42b464dc7342906a1cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 13:28:33 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 50dcbed..20530a8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: report-name: basic-success - name: Upload Reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: Basic Success Report @@ -45,7 +45,7 @@ jobs: accept-extensions: pem - name: Upload Reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: SARIF Report