From cb056c4db1761c80bf764b582047cefe7e5bafe1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 12:53:02 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 --- .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..20d80d4 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@v3 with: name: Bandit Security Report path: report.json