Skip to content

Commit bd209ce

Browse files
yrodierebeikov
authored andcommitted
Fix invalid arguments in GitHub Actions for download of build-scan-data artifacts
(cherry picked from commit 62fe772)
1 parent 059ae87 commit bd209ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-report.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,11 @@ jobs:
5454
id: downloadBuildScan
5555
uses: actions/download-artifact@v4
5656
with:
57-
name: build-scan-data-${{ matrix.rdbms }}
57+
pattern: build-scan-data-*
5858
github-token: ${{ github.token }}
5959
repository: ${{ github.repository }}
6060
run-id: ${{ github.event.workflow_run.id }}
6161
path: /tmp/downloaded-build-scan-data/
62-
pattern: build-scan-data-*
6362
# Don't fail the build if there are no matching artifacts
6463
continue-on-error: true
6564
- name: Publish Develocity build scans for previous builds

0 commit comments

Comments
 (0)