From 5b7882d79c98834325ea102be56a1ab42aef3631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:53:05 +0000 Subject: [PATCH] chore(deps): Bump actions/download-artifact from 4.0.0 to 4.1.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/on_pr.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on_pr.yaml b/.github/workflows/on_pr.yaml index 6f7bd5e..8838624 100644 --- a/.github/workflows/on_pr.yaml +++ b/.github/workflows/on_pr.yaml @@ -235,17 +235,17 @@ jobs: steps: - run: mkdir -p ./bin - - uses: actions/download-artifact@v4.0.0 + - uses: actions/download-artifact@v4.1.0 with: name: acars-oxide.amd64 path: ./bin/acars-oxide.amd64 - - uses: actions/download-artifact@v4.0.0 + - uses: actions/download-artifact@v4.1.0 with: name: acars-oxide.armv7 path: ./bin/acars-oxide.armv7 - - uses: actions/download-artifact@v4.0.0 + - uses: actions/download-artifact@v4.1.0 with: name: acars-oxide.arm64 path: ./bin/acars-oxide.arm64