Skip to content

Commit a98b031

Browse files
Kleidukostomjaguarpaw
authored andcommitted
Use more recent version of upload-artifact workflow
1 parent c0115cb commit a98b031

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,7 @@ jobs:
4242
--command linkchecker built-site
4343
4444
45-
- uses: actions/upload-artifact@v2
45+
- uses: actions/upload-artifact@v4
4646
with:
4747
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
48+
path: built-site*

0 commit comments

Comments
 (0)