From 7f722f362da9aee2678e10c32a3464dec5af7ad4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:43:30 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 --- .../sonar-update-center/.github/workflows/integrationTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/sonar-update-center/.github/workflows/integrationTest.yml b/.github/actions/sonar-update-center/.github/workflows/integrationTest.yml index 0ba3039d..ad5d325e 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@v2 + - uses: actions/upload-artifact@v3 with: name: updated-properties-file path: ${{ steps.integrated-test.outputs.prop-file }}