Skip to content

Commit 2a06667

Browse files
chore(deps): bump actions/download-artifact from 7 to 8 (#113)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e42ed2 commit 2a06667

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/performance_score_director.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,12 +275,12 @@ jobs:
275275
chmod +x run-scoredirector.sh
276276
277277
- name: Download the baseline binary
278-
uses: actions/download-artifact@v7
278+
uses: actions/download-artifact@v8
279279
with:
280280
name: ${{ matrix.example }}-baseline
281281
path: ./timefold-solver-benchmarks
282282
- name: Download the SUT binary
283-
uses: actions/download-artifact@v7
283+
uses: actions/download-artifact@v8
284284
with:
285285
name: ${{ matrix.example }}-sut
286286
path: ./timefold-solver-benchmarks

0 commit comments

Comments
 (0)