Skip to content

Commit b4da03e

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f26cbdc commit b4da03e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v6
6363

6464
- name: Download artifacts
65-
uses: actions/download-artifact@v6
65+
uses: actions/download-artifact@v7
6666
with:
6767
pattern: artifacts-*
6868
merge-multiple: true

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ jobs:
436436
cabal-version: latest # default, we are not using it in this job
437437

438438
- name: Download cabal executable from workflow artifacts
439-
uses: actions/download-artifact@v6
439+
uses: actions/download-artifact@v7
440440
with:
441441
name: cabal-${{ runner.os }}-${{ env.CABAL_ARCH }}
442442
path: cabal-head
@@ -460,7 +460,7 @@ jobs:
460460
needs: [validate, validate-old-ghcs, build-alpine, dogfooding]
461461

462462
steps:
463-
- uses: actions/download-artifact@v6
463+
- uses: actions/download-artifact@v7
464464
with:
465465
pattern: cabal-*
466466
path: binaries
@@ -488,7 +488,7 @@ jobs:
488488
needs: [validate, validate-old-ghcs, build-alpine, dogfooding]
489489

490490
steps:
491-
- uses: actions/download-artifact@v6
491+
- uses: actions/download-artifact@v7
492492
with:
493493
pattern: cabal-*
494494
path: binaries

0 commit comments

Comments
 (0)