From 1464b9991e0c39042e4d48bc1802997fb82690c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:43:57 +0000 Subject: [PATCH] ci(deps): bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8afc90dbde9..f53f663a99e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -408,7 +408,7 @@ jobs: run: yarn build:tarball --ignore @sentry/profiling-node - name: Restore profiling tarball - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: profiling-node-tarball-${{ github.sha }} path: packages/profiling-node @@ -995,7 +995,7 @@ jobs: if: | (needs.job_get_metadata.outputs.changed_profiling_node_bindings == 'true') || (github.event_name != 'pull_request') - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: profiling-node-binaries-${{ github.sha }} path: ${{ github.workspace }}/packages/profiling-node/lib/ @@ -1112,7 +1112,7 @@ jobs: if: | (needs.job_get_metadata.outputs.changed_profiling_node_bindings == 'true') || (github.event_name != 'pull_request') - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: profiling-node-binaries-${{ github.sha }} path: ${{ github.workspace }}/packages/profiling-node/lib/