mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-19 17:45:10 +00:00
Fix invalid arguments in GitHub Actions for download of build-scan-data artifacts
(cherry picked from commit 62fe772cc0d2c5b0590cd66eb1ce582ba1e5a9cd)
This commit is contained in:
parent
059ae87d67
commit
bd209ce2fd
3
.github/workflows/ci-report.yml
vendored
3
.github/workflows/ci-report.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user