From e6d3899edf36e264b35e65276a3a915b11627e50 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 14:40:17 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3 --- .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..2f136c1 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@v3 with: name: Bandit Security Report path: report.json