From f241b8d4cd1f87daf4ee54c01b21ce07bfd1ba86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:47:17 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact 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/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f48cf26193..7cbf262ae8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v3 - run: npm ci - name: Download bundled artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: bundles path: bundles @@ -73,7 +73,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - uses: actions/checkout@v3 - name: Download bundled artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: bundles path: bundles @@ -107,7 +107,7 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-east-1 - name: Download all artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: Publish to S3 run: npm run publish-cdn