From 28024451324da63194bee14879526790ad453c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:30:29 +0000 Subject: [PATCH] build(deps): Bump actions/download-artifact from 4.1.4 to 4.1.6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.4 to 4.1.6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.4...v4.1.6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 28f3e90..760ae4e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -139,12 +139,12 @@ jobs: steps: - run: mkdir -p ./bin - - uses: actions/download-artifact@v4.1.4 + - uses: actions/download-artifact@v4.1.6 with: name: acars-bridge.amd64 path: ./bin/acars-bridge.amd64 - - uses: actions/download-artifact@v4.1.4 + - uses: actions/download-artifact@v4.1.6 with: name: acars-bridge.arm64 path: ./bin/acars-bridge.arm64