diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e500480..e7d59d68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - name: RuboCop run: bundle exec rubocop - name: Archive system test artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: screenshots