From 50e1e528c3f2b6607089a4a03854c941266018b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 14:58:35 +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 486cebd328b..036055d5d44 100644 --- a/.github/workflows/fleet-and-orbit.yml +++ b/.github/workflows/fleet-and-orbit.yml @@ -258,7 +258,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 @@ -317,7 +317,7 @@ jobs: - name: Download pkg id: download - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v2 + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v2 with: name: fleet-osquery.pkg @@ -366,7 +366,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 @@ -415,7 +415,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 460ec650e4c..a2f6d05f58a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -343,7 +343,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 }}-desktop-${{ matrix.desktop-channel }}.msi