From 8c52256e280a7d4460175057230a793bd78a761c Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Fri, 11 Oct 2024 11:08:56 +0800 Subject: [PATCH] Migrate to upload/download artifact v4 --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ffd160e..d30f86e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -68,7 +68,7 @@ jobs: mv ./gauge-ts-*.tgz ./gauge-ts/artifacts - name: Upload artifacts for local - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: gauge-ts path: ./gauge-ts/artifacts @@ -93,7 +93,7 @@ jobs: npm ci npm run build - - uses: actions/download-artifact@v1 + - uses: actions/download-artifact@v4 with: name: gauge-ts path: ./artifacts