diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3f24b0..3a71027 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: run: bundle exec rspec --force-color - name: Keep screenshots from failed system tests - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: failure() with: name: screenshots