diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 0a6827a00..821341f77 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -68,7 +68,7 @@ jobs: run: $DOCKER_RUN tests - name: Upload Test Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: test-results