aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-01-28 20:37:38 +0100
committerEgor Tensin <egor@tensin.name>2024-01-28 20:37:38 +0100
commitb6e67940c7a7fcc6b64699b81055d03956dbb995 (patch)
treed1d13f527fc14486e4e8a61e0a20ea285029229c /.github/workflows/ci.yml
parentworkflows/ci: upgrade actions (diff)
downloadwindows-env-master.tar.gz
windows-env-master.zip
workflows/ci: upgrade actionsHEADmaster
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7a44e1f..096ba31 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,9 +21,9 @@ jobs:
user_env: 'HKCU:\Environment'
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Set up Stack
- uses: haskell/actions/setup@v2
+ uses: haskell-actions/setup@v2
with:
enable-stack: true
stack-no-global: true
@@ -33,7 +33,7 @@ jobs:
- name: Build
run: stack --no-terminal build --arch '${{ matrix.platform }}' --copy-bins --local-bin-path ../install
- name: Upload binaries
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: 'windows-env-${{ matrix.platform }}'
path: '${{ runner.workspace }}/install/'