From 8cce4c721f2ddc829edac82e70dac49ee76830f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:51:34 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/simple.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/simple.yml b/.github/workflows/simple.yml index f956fcb..686dc7a 100644 --- a/.github/workflows/simple.yml +++ b/.github/workflows/simple.yml @@ -73,7 +73,7 @@ jobs: - name: upload report if: ${{ success() || failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Bandit Security Report path: report.json