From 1ede5ad26ad7a4aeb71099d3ac8746ff67634096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 09:43:51 -0600 Subject: [PATCH] Bump actions/download-artifact from 4.1.5 to 4.1.7 (#341) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.5 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.5...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 6 +++--- .github/workflows/on_pr.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d094e7ef..c65e3e94 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -174,17 +174,17 @@ jobs: steps: - run: mkdir -p ./bin - - uses: actions/download-artifact@v4.1.5 + - uses: actions/download-artifact@v4.1.7 with: name: acars_router.amd64 path: ./bin/acars_router.amd64 - - uses: actions/download-artifact@v4.1.5 + - uses: actions/download-artifact@v4.1.7 with: name: acars_router.armv7 path: ./bin/acars_router.armv7 - - uses: actions/download-artifact@v4.1.5 + - uses: actions/download-artifact@v4.1.7 with: name: acars_router.arm64 path: ./bin/acars_router.arm64 diff --git a/.github/workflows/on_pr.yaml b/.github/workflows/on_pr.yaml index add70948..ab15a195 100644 --- a/.github/workflows/on_pr.yaml +++ b/.github/workflows/on_pr.yaml @@ -231,17 +231,17 @@ jobs: steps: - run: mkdir -p ./bin - - uses: actions/download-artifact@v4.1.5 + - uses: actions/download-artifact@v4.1.7 with: name: acars_router.amd64 path: ./bin/acars_router.amd64 - - uses: actions/download-artifact@v4.1.5 + - uses: actions/download-artifact@v4.1.7 with: name: acars_router.armv7 path: ./bin/acars_router.armv7 - - uses: actions/download-artifact@v4.1.5 + - uses: actions/download-artifact@v4.1.7 with: name: acars_router.arm64 path: ./bin/acars_router.arm64