Skip to content

Commit

Permalink
Bump upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Oct 16, 2024
1 parent 56f3eed commit 873fcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
tar zcvf artifacts-${{ runner.OS }}-${{ matrix.ghc }}.tar.gz artifacts
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: artifacts-${{ runner.OS }}-${{ matrix.ghc }}.tar.gz
path: artifacts-${{ runner.OS }}-${{ matrix.ghc }}.tar.gz
Expand Down

0 comments on commit 873fcf3

Please sign in to comment.