Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

CI: bumps up actions/*-artifacts to v4 #10

Merged
merged 10 commits into from
Sep 4, 2024
Merged
10 changes: 6 additions & 4 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
echo "COPYING: $(basename "${FILE}") (${FILE})"
cp "${FILE}" "${{env.bin-artifacts}}/"
done
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: Upload Binary Artifacts
with:
name: bins-${{ runner.os }}
Expand All @@ -156,7 +156,7 @@ jobs:
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
id: download
with:
name: bins-${{ runner.os }}
Expand All @@ -173,13 +173,15 @@ jobs:
with:
ghc-version: 9.6.4
cabal-version: 3.10.2.1
stack-version: 2.9.3
stack-version: 2.13.1
enable-stack: true
- run: cabal v2-update 'hackage.haskell.org,2023-02-13T02:00:06Z'
- name: Installs test tool dependencies
run: |
cabal install graphmod
mkdir -p ~/.local/bin
echo "${HOME}/.local/bin" >> "${GITHUB_PATH}"
echo "${HOME}/.ghcup/bin" >> "${GITHUB_PATH}"
- name: Intall cabal-plan (Linux)
if: ${{ matrix.os == 'ubuntu' }}
run: |
Expand Down Expand Up @@ -219,7 +221,7 @@ jobs:
uses: actions/checkout@v3
- name: Download Artifact(s)
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ${{ github.workspace }}/artifacts
- name: Check Version
Expand Down
2 changes: 1 addition & 1 deletion data/only-stack/dependency-domains-stack-dot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ components:

custom:
shell: |
stack dot --no-external --no-include-base 2>/dev/null
cojna marked this conversation as resolved.
Show resolved Hide resolved
stack dot --no-external --no-include-base
Loading