From 2af8de7619c12b7a6b5d2d813f802adcc8cd0bc9 Mon Sep 17 00:00:00 2001 From: Artem Derevnjuk Date: Fri, 15 Nov 2024 13:49:56 +0400 Subject: [PATCH] build(deps-dev): bump actions/download-artifact and actions/upload-artifact from 3 to 4 (#612) Ensure the artifact is uploaded using a compatible version of `actions/upload-artifact` and `actions/download-artifact`. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f021061e..0a78f604 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,7 +52,7 @@ jobs: tag: ${{ github.ref }} file_glob: true - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: build path: | @@ -92,7 +92,7 @@ jobs: ref: ${{ env.TARGET_REF }} token: ${{ secrets.GPR_TOKEN }} - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v4 with: name: build @@ -145,7 +145,7 @@ jobs: ref: ${{ env.TARGET_REF }} token: ${{ secrets.GPR_TOKEN }} - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v4 with: name: build