Fix invalid arguments in GitHub Actions for download of build-scan-data artifacts

(cherry picked from commit 62fe772cc0d2c5b0590cd66eb1ce582ba1e5a9cd)
This commit is contained in:
Yoann Rodière 2024-10-25 12:05:42 +02:00 committed by Christian Beikov
parent 059ae87d67
commit bd209ce2fd

View File

@ -54,12 +54,11 @@ jobs:
id: downloadBuildScan
uses: actions/download-artifact@v4
with:
name: build-scan-data-${{ matrix.rdbms }}
pattern: build-scan-data-*
github-token: ${{ github.token }}
repository: ${{ github.repository }}
run-id: ${{ github.event.workflow_run.id }}
path: /tmp/downloaded-build-scan-data/
pattern: build-scan-data-*
# Don't fail the build if there are no matching artifacts
continue-on-error: true
- name: Publish Develocity build scans for previous builds