Skip to content

Commit

Permalink
Use more recent version of upload-artifact workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos authored and tomjaguarpaw committed Sep 26, 2024
1 parent c0115cb commit a98b031
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,7 @@ jobs:
--command linkchecker built-site
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: www.haskell.org
path: built-site* # Uses glob pattern because
# actions/upload-artifact@v2 gets
# confused by symlinks otherwise
#
# See:
# https://github.com/actions/upload-artifact/issues/92
path: built-site*

0 comments on commit a98b031

Please sign in to comment.