From d06277f53ea83a84edfe1e0c41dba8df7e44e057 Mon Sep 17 00:00:00 2001 From: dannystocker Date: Mon, 27 Oct 2025 03:51:24 +0100 Subject: [PATCH] Update ci.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ci: fix deprecated upload-artifact action (v3 → v4) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26f1319..eba4bc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: continue-on-error: true - name: Upload Bandit results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: bandit-results