diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2977eef4f..9456d12c9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -256,7 +256,7 @@ jobs: - name: Write PR status run: echo "$SKIP_CI" > SKIP_CI.txt - name: Upload status - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: PR_STATUS path: SKIP_CI.txt