From 5c079f0bc1bd677e1b829ecf042b7efba170bf6d Mon Sep 17 00:00:00 2001 From: Viachaslau Date: Mon, 21 Oct 2024 13:12:12 +0400 Subject: [PATCH] chore: bump `upload-artifact` and `download-artifact` from v2 to v4 (#221) --- .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 7f6b4f9b..6825956d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: - name: Build package run: npm run build:all - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: build path: | @@ -54,7 +54,7 @@ jobs: ref: ${{ env.TARGET_REF }} token: ${{ secrets.GPR_TOKEN }} - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: build