diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index afffb33..8d2fa2f 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -34,7 +34,7 @@ jobs: fi id: diff_src - name: Upload the expected version of src/ in case of failure - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ failure() && steps.diff_src.conclusion == 'failure' }} with: name: expected-src @@ -47,7 +47,7 @@ jobs: fi id: diff_dist - name: Upload the expected version of dist/ in case of failure - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ failure() && steps.diff_dist.conclusion == 'failure' }} with: name: expected-dist