Skip to content

Commit 1277e74

Browse files
authored
Merge pull request #502 from com-pas/dependabot/github_actions/actions/upload-artifact-5
build(deps): Bump actions/upload-artifact from 4 to 5
2 parents af97269 + 70a059c commit 1277e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: echo ${{ github.event.number }} > PR_NUMBER.txt
6767
- name: Archive PR number
6868
if: github.event_name == 'pull_request'
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v5
7070
with:
7171
name: PR_NUMBER
7272
path: PR_NUMBER.txt

0 commit comments

Comments
 (0)