Skip to content

Commit 80ad608

Browse files
build(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bde9268 commit 80ad608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonarcloud-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
./mvnw -B -s custom_maven_settings.xml clean verify
5353
- name: Upload build artifacts
54-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
54+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
5555
with:
5656
name: build-artifacts
5757
path: |
@@ -65,7 +65,7 @@ jobs:
6565
run: echo ${{ github.event.pull_request.number }} > PR_NUMBER.txt
6666
- name: Archive PR number
6767
if: ${{ github.event_name == 'pull_request' }}
68-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
68+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6969
with:
7070
name: PR_NUMBER
7171
path: PR_NUMBER.txt

0 commit comments

Comments
 (0)