We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 691363f + 4c88f23 commit 2fd2467Copy full SHA for 2fd2467
.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@v3
+ uses: actions/upload-artifact@v4
75
with:
76
name: PR_NUMBER
77
path: PR_NUMBER.txt
0 commit comments