Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/basic-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/issues-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down