From 74547a36bc1b68ed11b4a806488bb8c4afc6aa46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 12:14:18 +0200 Subject: [PATCH] build(deps): bump iterative/setup-cml from 1 to 3 (#545) Bumps [iterative/setup-cml](https://github.com/iterative/setup-cml) from 1 to 3. - [Release notes](https://github.com/iterative/setup-cml/releases) - [Commits](https://github.com/iterative/setup-cml/compare/v1...v3) --- updated-dependencies: - dependency-name: iterative/setup-cml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index 9fdfce26..4a8c1326 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: iterative/setup-cml@v1 + - uses: iterative/setup-cml@v3 # Doesn't work for fetching artifacts from separate workflows #- name: Download screenshots