Skip to content

Commit 8a97537

Browse files
authored
airbyte-ci: add job id to dagger engine logs artifacts name (#37762)
1 parent 0eadede commit 8a97537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/run-airbyte-ci/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,6 @@ runs:
172172
if: always()
173173
uses: actions/upload-artifact@v4
174174
with:
175-
name: dagger_engine_logs.tgz
175+
name: ${{ github.job }}_dagger_engine_logs.tgz
176176
path: ./dagger_engine_logs.tgz
177177
retention-days: 7

0 commit comments

Comments
 (0)