diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index c9fad86..4698920 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -29,7 +29,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: report-${{ matrix.os }} path: WebGoat/statica.html diff --git a/.github/workflows/live.yml b/.github/workflows/live.yml index 38f623b..2a83f6a 100644 --- a/.github/workflows/live.yml +++ b/.github/workflows/live.yml @@ -25,7 +25,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: report-${{ matrix.os }} path: /tmp/WebGoat/statica.html