From b31cab8dbc42788466f1bf8c87463fbe43b073f8 Mon Sep 17 00:00:00 2001 From: David Evans Date: Sun, 21 Jul 2024 16:01:43 +0100 Subject: [PATCH] Bump github actions task versions --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bed3f9e..470d218 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,9 @@ jobs: timeout-minutes: 20 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20' cache: npm @@ -33,7 +33,7 @@ jobs: rm -r node_modules tar -czf ../build.tar.gz . - name: Upload Bundle - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: refacto retention-days: 1 @@ -55,11 +55,11 @@ jobs: - { node: '22' } steps: - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - name: Download Bundle - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: refacto - name: Unpack @@ -106,7 +106,7 @@ jobs: contents: write steps: - name: Download Bundle - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: refacto - name: Create Release