From a331f6a36e96ac0c7142ba84d97d6a3a1a1ede88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 02:24:03 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index c278493..d252d00 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -87,7 +87,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