From 9efa1942234ade942d50ab16f20d4d89d5f954f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pa=CC=88ivi=20Suomela?= Date: Tue, 4 Feb 2025 15:11:39 +0000 Subject: [PATCH 1/3] new versionses --- .github/workflows/test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f1b7861..466760c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: env: BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -32,10 +32,11 @@ jobs: - name: Archive coverage if: ${{ success() || failure() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: code-coverage-report-ruby_${{ matrix.ruby-version }}-${{ matrix.gemfile }} path: ${{ github.workspace }}/coverage/ + include-hidden-files: true post_coverage: runs-on: ubuntu-latest @@ -43,7 +44,7 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: code-coverage-report-ruby_3.2-rails_7.1 path: coverage/ From 829f8f6534bf1a5d8a985a8f0af2e5553e5f876e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pa=CC=88ivi=20Suomela?= Date: Tue, 4 Feb 2025 15:15:29 +0000 Subject: [PATCH 2/3] do we need this? --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 466760c..58b135c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,6 @@ jobs: with: name: code-coverage-report-ruby_${{ matrix.ruby-version }}-${{ matrix.gemfile }} path: ${{ github.workspace }}/coverage/ - include-hidden-files: true post_coverage: runs-on: ubuntu-latest From 06f212844dbd2bd6e7d1e8f3d8bea4bba88c9dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pa=CC=88ivi=20Suomela?= Date: Tue, 4 Feb 2025 15:18:42 +0000 Subject: [PATCH 3/3] yes we do --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 58b135c..466760c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,6 +36,7 @@ jobs: with: name: code-coverage-report-ruby_${{ matrix.ruby-version }}-${{ matrix.gemfile }} path: ${{ github.workspace }}/coverage/ + include-hidden-files: true post_coverage: runs-on: ubuntu-latest