diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7530d0805..c3e7e998d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: RUBY_VERSION: ${{ matrix.ruby_version }} CAPTURE_PATCH_ENABLED: ${{ matrix.mode == 'capture_patch_enabled' && 'true' || 'false' }} - name: Upload coverage results - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v3.2.0 if: always() with: name: simplecov-resultset-rails${{matrix.rails_version}}-ruby${{matrix.ruby_version}}-${{matrix.mode}}