From 57b38a917e37ccaf9073dec7f06e7cc27b4ec472 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:22:00 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .../sonar-update-center/.github/workflows/integrationTest.yml | 2 +- .github/workflows/sonar-update-center.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/sonar-update-center/.github/workflows/integrationTest.yml b/.github/actions/sonar-update-center/.github/workflows/integrationTest.yml index 2cb0b5d7..aa90cbb6 100644 --- a/.github/actions/sonar-update-center/.github/workflows/integrationTest.yml +++ b/.github/actions/sonar-update-center/.github/workflows/integrationTest.yml @@ -53,7 +53,7 @@ jobs: sonar-cloud-url: https://sonarcloud.io/summary/new_code?id=com.github.spotbugs:sonar-findbugs-plugin github-token: ${{ secrets.PAT_TO_FORK }} skip-creating-pull-request: true - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: updated-properties-file path: ${{ steps.integrated-test.outputs.prop-file }} diff --git a/.github/workflows/sonar-update-center.yml b/.github/workflows/sonar-update-center.yml index a9844202..21724ed8 100644 --- a/.github/workflows/sonar-update-center.yml +++ b/.github/workflows/sonar-update-center.yml @@ -63,7 +63,7 @@ jobs: public-version: 4.1.0 github-token: ${{ secrets.PAT_TO_FORK }} skip-creating-pull-request: true - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: updated-properties-file path: ${{ steps.integration-test.outputs.prop-file }}