From 460449f989fec081a3b8b88e61b9d3bd7833716d Mon Sep 17 00:00:00 2001 From: ericiwamoto <100735505+ericiwamoto@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:16:32 -0800 Subject: [PATCH] update artifact actions version --- .github/workflows/deploy_frontend_main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_frontend_main.yml b/.github/workflows/deploy_frontend_main.yml index d70e9b4a..35efb709 100644 --- a/.github/workflows/deploy_frontend_main.yml +++ b/.github/workflows/deploy_frontend_main.yml @@ -46,7 +46,7 @@ jobs: # - name: Check for security vulnerabilities # run: npm audit --production - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: J40Static # Upload-artifact does not support the default working directory @@ -60,7 +60,7 @@ jobs: - name: Checkout source uses: actions/checkout@v2 - name: Download Artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: J40Static path: ./public