Skip to content

Commit 55b69ba

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32031c5 commit 55b69ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
asv machine --yes
4040
# https://github.com/tqdm/tqdm/blob/4c956c20b83be4312460fc0c4812eeb3fef5e7df/.github/workflows/check.yml#L26
4141
- name: Restore previous results
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
with:
4444
path: .asv
4545
key: asv-${{ runner.os }}
@@ -74,7 +74,7 @@ jobs:
7474
if: always()
7575
run: cp benchmarks/README_CI.md benchmarks.log .asv/results/
7676

77-
- uses: actions/upload-artifact@v5
77+
- uses: actions/upload-artifact@v6
7878
if: always()
7979
with:
8080
name: asv-benchmark-results-${{ runner.os }}

0 commit comments

Comments
 (0)