Skip to content

Commit 17a8c54

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed91ae7 commit 17a8c54

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
echo "artefact_name=${repo_name}-${{ needs.Artefact-Version.outputs.artefact_version }}" >> $GITHUB_OUTPUT
9696
9797
- name: Upload JAR Artefact
98-
uses: actions/upload-artifact@v4
98+
uses: actions/upload-artifact@v5
9999
with:
100100
name: app-jar
101101
path: build/libs/${{ steps.repo_vars.outputs.artefact_name }}.jar

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# - It's available to download and inspect from the GitHub Actions UI
6868
- name: Upload SBOM
6969
if: always()
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v5
7171
with:
7272
name: sbom
7373
path: build/resources/main/META-INF/sbom/application.cdx.json
@@ -115,7 +115,7 @@ jobs:
115115
cmd_options: "-a -J zap_report.json -r zap_report.html"
116116

117117
- name: Upload ZAP HTML Report
118-
uses: actions/upload-artifact@v4
118+
uses: actions/upload-artifact@v5
119119
with:
120120
name: zap-html-report
121121
path: zap_report.html

0 commit comments

Comments
 (0)