From 174ea27d0f6dc608fbf45dcf94412650d213b7e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 19:11:12 +0000 Subject: [PATCH] Bump actions/download-artifact from 3.0.0 to 3.0.2 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.0 to 3.0.2. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/fb598a63ae348fa914e94cd0ff38f362e927b741...9bc31d5ccc31df68ecc42ccf4149144866c47d8a) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/fleet-and-orbit.yml | 8 ++++---- .github/workflows/integration.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/fleet-and-orbit.yml b/.github/workflows/fleet-and-orbit.yml index 18ac33eb141..4d47a624fc3 100644 --- a/.github/workflows/fleet-and-orbit.yml +++ b/.github/workflows/fleet-and-orbit.yml @@ -242,7 +242,7 @@ jobs: - name: Download macos pre-built apps id: download - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v2 + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v2 with: name: macos-pre-built-apps @@ -301,7 +301,7 @@ jobs: - name: Download pkg id: download - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v2 + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v2 with: name: fleet-osquery.pkg @@ -350,7 +350,7 @@ jobs: - name: Download deb id: download - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v2 + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v2 with: name: fleet-osquery_42.0.0_amd64.deb @@ -399,7 +399,7 @@ jobs: - name: Download msi id: download - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v2 + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v2 with: name: fleet-osquery.msi diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7eb2f1ffd31..f4f1343a5f2 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -308,7 +308,7 @@ jobs: - name: Download MSI id: download - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v2 + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v2 with: name: orbit-${{ matrix.orbit-channel }}-osqueryd-${{ matrix.osqueryd-channel }}.msi