We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c8d526 + f3e7375 commit 214218dCopy full SHA for 214218d
.github/workflows/sonarcloud-build.yml
@@ -71,7 +71,7 @@ jobs:
71
run: echo ${{ github.event.pull_request.number }} > PR_NUMBER.txt
72
- name: Archive PR number
73
if: ${{ github.event_name == 'pull_request' || (github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target') }}
74
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
75
with:
76
name: PR_NUMBER
77
path: PR_NUMBER.txt
0 commit comments