From 7adbc0368b65472c314db2a12c56248dae0a5216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:46:37 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc40073e..deab85a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,25 +68,25 @@ jobs: registry-url: https://registry.npmjs.org - name: Download @viamrobotics/prime npm artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: npm-legacy-dist path: packages/legacy/dist - name: Download @viamrobotics/prime-core npm artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: npm-core-dist path: packages/core/dist - name: Download @viamrobotics/prime-blocks npm artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: npm-blocks-dist path: packages/blocks/dist - name: Download @viamrobotics/prime-editor npm artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: npm-editor-dist path: packages/editor/dist