Skip to content

Commit e876ae5

Browse files
Bump actions/download-artifact from 7 to 8
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>
1 parent 2ed023c commit e876ae5

2 files changed

Lines changed: 121 additions & 121 deletions

File tree

.github/workflows/bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@ jobs:
133133
enable-stack: false
134134

135135
- name: Download cabal home
136-
uses: actions/download-artifact@v7
136+
uses: actions/download-artifact@v8
137137
with:
138138
name: cabal-home-${{ matrix.ghc }}-${{ matrix.os }}
139139
path: .
140140

141141
- name: Download workspace
142-
uses: actions/download-artifact@v7
142+
uses: actions/download-artifact@v8
143143
with:
144144
name: workspace-${{ matrix.ghc }}-${{ matrix.os }}
145145
path: .

0 commit comments

Comments
 (0)