From 24aca9285147b88dfa868fa82523abdab6874741 Mon Sep 17 00:00:00 2001 From: Aditya Alok Date: Thu, 30 Jan 2025 23:03:31 +0530 Subject: [PATCH] ci(build): Update to latest action versions Signed-off-by: Aditya Alok --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ed3442..3b17949 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: fail-fast: false steps: - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1000 - name: Build @@ -55,7 +55,7 @@ jobs: ./compile.sh ./out-dir ${{ matrix.target_arch }} - name: Store files - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ghc-${{ matrix.target_arch }} path: ./out-dir/* @@ -70,10 +70,10 @@ jobs: steps: # Must perform checkout first, since it deletes the target directory # before running, and would therefore delete the downloaded artifacts - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Create new release env: