From ec92b443cb81f91127f5a00c28b8f93cc141ad85 Mon Sep 17 00:00:00 2001 From: Jeremy Huard Date: Tue, 3 Feb 2026 11:22:07 +0100 Subject: [PATCH] upgraded upload-artifact to v6 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e930c2..0d01a81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,8 +60,9 @@ jobs: tasks: compile - name: Upload CTF file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: + name: WebApp_CTF path: WebAppArchive/*.ctf # Configure GitHub Pages to accept your artifact uploads