diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 25ee90cd9..edaae914b 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -136,7 +136,7 @@ jobs: - if: ${{ steps.cpr.outputs.pull-request-number }} run: printf " - ${{ steps.cpr.outputs.pull-request-url }}\n" > pr-url.txt - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: pr-url-${{ matrix.flavor }} path: pr-url.txt