Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
echo "artefact_name=${repo_name}-${{ needs.Artefact-Version.outputs.artefact_version }}" >> $GITHUB_OUTPUT

- name: Upload JAR Artefact
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: app-jar
path: build/libs/${{ steps.repo_vars.outputs.artefact_name }}.jar
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# - It's available to download and inspect from the GitHub Actions UI
- name: Upload SBOM
if: always()
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: sbom
path: build/resources/main/META-INF/sbom/application.cdx.json
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
cmd_options: "-a -J zap_report.json -r zap_report.html"

- name: Upload ZAP HTML Report
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: zap-html-report
path: zap_report.html
Loading