diff --git a/.github/workflows/sonarcloud-build.yml b/.github/workflows/sonarcloud-build.yml index b761c873..0b3e4b91 100644 --- a/.github/workflows/sonarcloud-build.yml +++ b/.github/workflows/sonarcloud-build.yml @@ -71,7 +71,7 @@ jobs: run: echo ${{ github.event.pull_request.number }} > PR_NUMBER.txt - name: Archive PR number if: ${{ github.event_name == 'pull_request' || (github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target') }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: PR_NUMBER path: PR_NUMBER.txt