From c6329a21fba3f3eeea2f82ed2960b1ba332cee9c Mon Sep 17 00:00:00 2001 From: Jamie Land Date: Mon, 14 Oct 2024 13:51:05 -0400 Subject: [PATCH] Updating workflow --- .github/workflows/ci.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aa7e9ea..28a4322 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,16 +59,17 @@ jobs: fi npm ci - name: Archive production artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: dist path: dist + retention-days: 1 - name: Archive node modules - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: node_modules path: node_modules - + retention-days: 1 build-image: needs: build runs-on: ubuntu-latest