Skip to content

Commit 526bb35

Browse files
authored
Merge pull request #791 from IntersectMBO/dependabot/github_actions/actions/download-artifact-5
[CI] Bump actions/download-artifact from 4 to 5
2 parents 9354ba4 + 8a3da86 commit 526bb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
uses: actions/configure-pages@v5
114114

115115
- name: 📦 Download documentation
116-
uses: actions/download-artifact@v4
116+
uses: actions/download-artifact@v5
117117
with:
118118
name: haddocks-${{ runner.os }}-ghc-${{ env.ghc-version }}-cabal-${{ env.cabal-version }}
119119
path: haddocks

0 commit comments

Comments
 (0)