Skip to content

Commit

Permalink
Update pact-lsp.yml
Browse files Browse the repository at this point in the history
Fixing outdated github actions

don't want to make this branch seem too alive
  • Loading branch information
DevopsGoth authored Jan 23, 2025
1 parent 0361057 commit b9001f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pact-lsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

name: Haskell GHC ${{ matrix.ghc }} sample
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Haskell
uses: haskell/actions/setup@v2
with:
Expand All @@ -23,7 +23,7 @@ jobs:
mkdir dist
cabal install exe:pact-lsp --install-method=copy --overwrite-policy=always --installdir=dist
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pact-lsp-${{matrix.os}}
path: dist/

0 comments on commit b9001f2

Please sign in to comment.