Skip to content

Commit 6e89ea0

Browse files
authored
Merge pull request #552 from com-pas/dependabot/github_actions/actions/upload-artifact-7.0.0
build(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.0
2 parents 68b0e58 + 2897ef4 commit 6e89ea0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonarcloud-build.yml

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

0 commit comments

Comments
 (0)