diff --git a/.github/workflows/main-build-and-deploy.yml b/.github/workflows/main-build-and-deploy.yml index 27477c6f..34b2d79c 100644 --- a/.github/workflows/main-build-and-deploy.yml +++ b/.github/workflows/main-build-and-deploy.yml @@ -74,7 +74,7 @@ jobs: echo "latest_commit_sha=$(git log -1 --format=%H)" >> "$GITHUB_ENV" - name: Download updated dependencies lock files bundle if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-deps-lock-updates') }} - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: name: deps_lock_files_bundle pr: ${{ github.event.pull_request.number }}