diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcd4e9d..fd9df0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,14 +105,14 @@ jobs: - name: Upload coverage artifact if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage path: ${{ github.workspace }}/coverage if-no-files-found: ignore - name: Keep screenshots from failed system tests - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: failure() with: name: screenshots