aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 00:21:42 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 00:21:42 +0100
commit5b354c21dd273b1cb053ca31db4d19ae77184df7 (patch)
treec0a9beb689bba612e82bc46219b4c6db2a9cbc00
parentworkflows/ci: disable scheduled runs (diff)
downloadwindows-env-5b354c21dd273b1cb053ca31db4d19ae77184df7.tar.gz
windows-env-5b354c21dd273b1cb053ca31db4d19ae77184df7.zip
workflows/ci: upgrade actions
-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 d821db7..7a44e1f 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@v2
+ uses: actions/checkout@v3
- name: Set up Stack
- uses: haskell/actions/setup@v1
+ 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@v2
+ uses: actions/upload-artifact@v3
with:
name: 'windows-env-${{ matrix.platform }}'
path: '${{ runner.workspace }}/install/'