diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db7f370..3bc35b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: fail_ci_if_error: false - name: Upload test results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: always() with: name: rspec-results-${{ matrix.ci_node_index }} @@ -130,7 +130,7 @@ jobs: retention-days: 7 - name: Keep screenshots from failed system tests - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: failure() with: name: screenshots