From bee4138ec0adfe192b4164afde5849fa8126cb90 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Thu, 15 Feb 2024 16:29:43 +0100 Subject: [PATCH] Fix usage of settings actions during deploy workflow (#671) Motivation: We introduced a bug when updating the actions. Modifications: Fix version of settings action Result: Deploy workflow works again --- .github/workflows/ci-deploy.yml | 6 +++--- .github/workflows/ci-pr-reports.yml | 4 ++-- .github/workflows/ci-release.yml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml index 6144d461d..0a34fe0a1 100644 --- a/.github/workflows/ci-deploy.yml +++ b/.github/workflows/ci-deploy.yml @@ -54,7 +54,7 @@ jobs: restore-keys: | stage-snapshot-${{ matrix.setup }}-maven-cache- - - uses: s4u/maven-settings-action@v3 + - uses: s4u/maven-settings-action@v3.0.0 with: servers: | [{ @@ -122,7 +122,7 @@ jobs: restore-keys: | stage-snapshot-windows-x86_64-maven-cache- - - uses: s4u/maven-settings-action@v2.8.0 + - uses: s4u/maven-settings-action@v3.0.0 with: servers: | [{ @@ -191,7 +191,7 @@ jobs: - name: Merge staging repositories run: bash ./.github/scripts/merge_local_staging.sh ~/local-staging ~/windows-x86_64-local-staging ~/linux-aarch64-local-staging ~/linux-x86_64-local-staging - - uses: s4u/maven-settings-action@v2.8.0 + - uses: s4u/maven-settings-action@v3.0.0 with: servers: | [{ diff --git a/.github/workflows/ci-pr-reports.yml b/.github/workflows/ci-pr-reports.yml index f89493113..c09d032bf 100644 --- a/.github/workflows/ci-pr-reports.yml +++ b/.github/workflows/ci-pr-reports.yml @@ -44,7 +44,7 @@ jobs: continue-on-error: ${{ matrix.ignore-if-missing }} steps: - name: Download Artifacts - uses: dawidd6/action-download-artifact@v2.28.0 + uses: dawidd6/action-download-artifact@v3.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: ${{ github.event.workflow_run.workflow_id }} @@ -53,7 +53,7 @@ jobs: # File location set in ci-pr.yml and must be coordinated. name: test-results-${{ matrix.setup }} - name: Publish Test Report - uses: scacap/action-surefire-report@v1.7.2 + uses: scacap/action-surefire-report@v1.7.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} report_paths: '**/target/surefire-reports/TEST-*.xml' diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index c1d73ef30..a1928fccd 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -121,7 +121,7 @@ jobs: restore-keys: | staging-${{ matrix.setup }}-maven-cache- - - uses: s4u/maven-settings-action@v2.8.0 + - uses: s4u/maven-settings-action@v3.0.0 with: servers: | [{ @@ -224,7 +224,7 @@ jobs: restore-keys: | stage-release-windows-x86_64-maven-cache- - - uses: s4u/maven-settings-action@v2.8.0 + - uses: s4u/maven-settings-action@v3.0.0 with: servers: | [{ @@ -318,7 +318,7 @@ jobs: restore-keys: | deploy-staged-release-maven-cache- - - uses: s4u/maven-settings-action@v3 + - uses: s4u/maven-settings-action@v3.0.0 with: servers: | [{