Skip to content

Commit f344ccd

Browse files
authored
Merge pull request #611 from com-pas/dependabot/github_actions/actions/upload-artifact-7.0.0
chore(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.0
2 parents 5bad263 + fdc7c9d commit f344ccd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarcloud-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: echo "$PR_NUMBER" > PR_NUMBER.txt
8181
- name: Archive PR number
8282
if: ${{ github.event_name == 'pull_request' || (github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target') }}
83-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
83+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8484
with:
8585
name: PR_NUMBER
8686
path: PR_NUMBER.txt

0 commit comments

Comments
 (0)