From 91d992f588a447d2fe5c45434743c17efea41b48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 06:46:17 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/integration_tests.yaml | 2 +- .github/workflows/tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 4dca539e..06159dac 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -56,7 +56,7 @@ jobs: let json = JSON.stringify(reports); fs.writeFileSync('report_int.json', json); - name: Upload coverage report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() && github.event_name == 'pull_request' with: name: report diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index b80bb5fe..d5aaa201 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -210,7 +210,7 @@ jobs: let json = JSON.stringify(reports); fs.writeFileSync('report.json', json); - name: Upload Lint report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() && github.event_name == 'pull_request' with: name: report