diff --git a/.github/workflows/basic-example.yml b/.github/workflows/basic-example.yml index b1fd401..d2d0cc9 100644 --- a/.github/workflows/basic-example.yml +++ b/.github/workflows/basic-example.yml @@ -33,7 +33,7 @@ jobs: # ./gradlew clean build - name: Upload application - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: app # TODO: Replace the following line with the path to your built artifact @@ -105,7 +105,7 @@ jobs: sarif_file: NowSecure.sarif - name: Upload SARIF to artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: NowSecure.sarif path: ./NowSecure.sarif diff --git a/.github/workflows/issues-example.yml b/.github/workflows/issues-example.yml index bbcc0da..56dfcc2 100644 --- a/.github/workflows/issues-example.yml +++ b/.github/workflows/issues-example.yml @@ -54,7 +54,7 @@ jobs: # ./gradlew clean build - name: Upload application - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: app # TODO: Replace this with the path to your built artifact