Skip to content

Commit a3f310e

Browse files
authored
Merge pull request #110 from input-output-hk/dependabot/github_actions/actions/upload-pages-artifact-4
[CI] Bump actions/upload-pages-artifact from 3 to 4
2 parents 15d8b3c + d71a129 commit a3f310e

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
@@ -114,7 +114,7 @@ jobs:
114114
tar vzxf haddocks.tgz
115115
116116
- name: Upload haddocks artifact to pages
117-
uses: actions/upload-pages-artifact@v3
117+
uses: actions/upload-pages-artifact@v4
118118
with:
119119
path: ./docs/haddocks
120120

0 commit comments

Comments
 (0)