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