Skip to content

Commit 7ae59f1

Browse files
chore(deps): bump actions/download-artifact from 7 to 8 (#727)
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 455bea6 commit 7ae59f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
extra-substituters = https://cache.iog.io https://neohaskell.cachix.org
117117
extra-trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= neohaskell.cachix.org-1:mo2cLaGbwqbrxs9xhqKK8jeNsn3osi7t6XoAmxSZssc=
118118
- uses: DeterminateSystems/magic-nix-cache-action@v14
119-
- uses: actions/download-artifact@v7
119+
- uses: actions/download-artifact@v8
120120
with:
121121
name: dist-newstyle
122122
path: dist-newstyle

0 commit comments

Comments
 (0)