From f5d618a0c918ce336f686d37d109c74b92ac2ba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:07:09 +0000 Subject: [PATCH] build(deps): Bump actions/download-artifact from 4.1.3 to 4.1.4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/87c55149d96e628cc2ef7e6fc2aab372015aec85...c850b930e6ba138125429b7e5c93fc707a7f8427) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/initialize.yml | 2 +- .github/workflows/reuseable-snapshot-timestamp.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/initialize.yml b/.github/workflows/initialize.yml index 4d70b617..a1d9ebd8 100644 --- a/.github/workflows/initialize.yml +++ b/.github/workflows/initialize.yml @@ -125,7 +125,7 @@ jobs: with: ref: ${{ inputs.branch }} fetch-depth: 0 - - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 + - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: ${{ inputs.repo }} path: ${{ inputs.repo }} diff --git a/.github/workflows/reuseable-snapshot-timestamp.yml b/.github/workflows/reuseable-snapshot-timestamp.yml index 3c2e8bc0..a1a6b33d 100644 --- a/.github/workflows/reuseable-snapshot-timestamp.yml +++ b/.github/workflows/reuseable-snapshot-timestamp.yml @@ -182,7 +182,7 @@ jobs: with: fetch-depth: 0 ref: ${{ inputs.branch }} - - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 + - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: snapshot-timestamp path: snapshot-timestamp