From 61b45730a31801bbba763e8dc29dfa449d2a23e9 Mon Sep 17 00:00:00 2001 From: Thomas Walker Date: Thu, 16 Jan 2025 11:53:27 -0500 Subject: [PATCH] feat(bug) update artifact update (#1032) --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5d0925e70f..67238eba1a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -149,7 +149,7 @@ jobs: role-duration-seconds: 10800 - name: Run e2e tests run: run e2e - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: playwright-report @@ -220,7 +220,7 @@ jobs: join_by() { local IFS="$1"; shift; echo "$*"; } echo "["$(join_by "," "${resourceData[@]}")"]" > "resources/aws-resources.json" - name: Archive stage resources - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: aws-resources-${{ startsWith(github.ref_name, 'snyk-') && 'snyk' || github.ref_name }} path: resources/aws-resources.json