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.
1 parent 691363f commit 4c88f23Copy full SHA for 4c88f23
.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