Skip to content

Commit f3c0e07

Browse files
authored
Merge pull request #11264 from haskell/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 8365cec + 9577fad commit f3c0e07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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@v5
6363

6464
- name: Download artifacts
65-
uses: actions/download-artifact@v5
65+
uses: actions/download-artifact@v6
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@v5
439+
uses: actions/download-artifact@v6
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@v5
463+
- uses: actions/download-artifact@v6
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@v5
491+
- uses: actions/download-artifact@v6
492492
with:
493493
pattern: cabal-*
494494
path: binaries

0 commit comments

Comments
 (0)