Skip to content

Commit 42150df

Browse files
authored
Merge pull request #11155 from haskell/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents ff0f655 + 14aa602 commit 42150df

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@v4
6363

6464
- name: Download artifacts
65-
uses: actions/download-artifact@v4
65+
uses: actions/download-artifact@v5
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
@@ -431,7 +431,7 @@ jobs:
431431
cabal-version: latest # default, we are not using it in this job
432432

433433
- name: Download cabal executable from workflow artifacts
434-
uses: actions/download-artifact@v4
434+
uses: actions/download-artifact@v5
435435
with:
436436
name: cabal-${{ runner.os }}-${{ env.CABAL_ARCH }}
437437
path: cabal-head
@@ -455,7 +455,7 @@ jobs:
455455
needs: [validate, validate-old-ghcs, build-alpine, dogfooding]
456456

457457
steps:
458-
- uses: actions/download-artifact@v4
458+
- uses: actions/download-artifact@v5
459459
with:
460460
pattern: cabal-*
461461
path: binaries
@@ -483,7 +483,7 @@ jobs:
483483
needs: [validate, validate-old-ghcs, build-alpine, dogfooding]
484484

485485
steps:
486-
- uses: actions/download-artifact@v4
486+
- uses: actions/download-artifact@v5
487487
with:
488488
pattern: cabal-*
489489
path: binaries

0 commit comments

Comments
 (0)