We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bfbd55 + d5d5db0 commit f3ed979Copy full SHA for f3ed979
1 file changed
.github/workflows/sonarcloud-build.yml
@@ -71,7 +71,7 @@ jobs:
71
run: echo ${{ github.event.number }} > PR_NUMBER.txt
72
- name: Archive PR number
73
if: github.event_name == 'pull_request'
74
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
75
with:
76
name: PR_NUMBER
77
path: PR_NUMBER.txt
0 commit comments