From 25a8d5ee214d43d8a7f657a6289e9cf433d896cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 03:38:53 +0000 Subject: [PATCH] build(deps): bump iterative/setup-cml from 1 to 3 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] --- .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