From 0baf0c5e50097b6675a030b2fd6235ecade42b76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 17:13:32 +0000 Subject: [PATCH] chore(deps): update github artifact actions to v4 --- .github/workflows/buildDeploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildDeploy.yml b/.github/workflows/buildDeploy.yml index 8d330b3b..3b8a1c9a 100644 --- a/.github/workflows/buildDeploy.yml +++ b/.github/workflows/buildDeploy.yml @@ -42,13 +42,13 @@ jobs: run: npm version --no-git-tag-version 0.0.0-${{ github.sha }} && npm pack - name: Upload build artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build path: dist - name: Upload package - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: react-image-0.0.0-${{ github.sha }}.tgz path: react-image-0.0.0-${{ github.sha }}.tgz @@ -68,7 +68,7 @@ jobs: run: npm test - name: download build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build path: dist @@ -119,7 +119,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} - name: download build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build path: dist