diff --git a/.github/workflows/basic-example.yml b/.github/workflows/basic-example.yml index 0f33662..5fd2e30 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@v6 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@v6 with: name: NowSecure.sarif path: ./NowSecure.sarif diff --git a/.github/workflows/issues-example.yml b/.github/workflows/issues-example.yml index c0a2330..3217335 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@v6 with: name: app # TODO: Replace this with the path to your built artifact