We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0115cb commit a98b031Copy full SHA for a98b031
.github/workflows/main.yml
@@ -42,12 +42,7 @@ jobs:
42
--command linkchecker built-site
43
44
45
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
46
with:
47
name: www.haskell.org
48
- path: built-site* # Uses glob pattern because
49
- # actions/upload-artifact@v2 gets
50
- # confused by symlinks otherwise
51
- #
52
- # See:
53
- # https://github.com/actions/upload-artifact/issues/92
+ path: built-site*
0 commit comments