From a0fc179ec38d183fed13431bb41267290848e272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 22:47:42 +0000 Subject: [PATCH] build(deps): Bump actions/download-artifact Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 348754975ef0295bfa2c111cba996120cfdf8a5d to 87c55149d96e628cc2ef7e6fc2aab372015aec85. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/348754975ef0295bfa2c111cba996120cfdf8a5d...87c55149d96e628cc2ef7e6fc2aab372015aec85) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/rebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild.yml b/.github/workflows/rebuild.yml index ccf84b5d02..7d477900b4 100644 --- a/.github/workflows/rebuild.yml +++ b/.github/workflows/rebuild.yml @@ -111,7 +111,7 @@ jobs: - name: Set up Gradle uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 - name: Download dist/bundles - uses: actions/download-artifact@348754975ef0295bfa2c111cba996120cfdf8a5d + uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: ${{ needs.build.outputs.dist-bundles }} path: dist/bundles