diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index fec621e..939d96b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -50,7 +50,7 @@ jobs: - name: Run tests run: bundle exec rake test - name: Keep screenshots from failed system tests - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: screenshots