diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74d2bdb..faca9de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - run: make test - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: failure() with: name: tmp/test-results @@ -93,7 +93,7 @@ jobs: - run: make test - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: failure() with: name: tmp/test-results