From 69614ee33c6920b6e01b50559e9b3fee622a631c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:09:38 +0000 Subject: [PATCH] Update GitHub Artifact Actions to v4 --- .github/workflows/ruby.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index c8a3677..83505ab 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -75,7 +75,7 @@ jobs: - name: Save coverage run: ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json - - uses: actions/upload-artifact@v3.1.2 + - uses: actions/upload-artifact@v4.3.1 with: name: coverage-${{ matrix.ruby }} path: coverage/codeclimate.${{ matrix.ruby }}.json @@ -96,12 +96,12 @@ jobs: - name: Give test coverage reporter executable permissions run: chmod +x cc-test-reporter - - uses: actions/download-artifact@v3.0.2 + - uses: actions/download-artifact@v4.1.3 with: name: coverage-2.6 path: coverage - - uses: actions/download-artifact@v3.0.2 + - uses: actions/download-artifact@v4.1.3 with: name: coverage-2.7 path: coverage