From cbb30b563b93105abba7a7ebe587851bc502206d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:33:26 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d2080f8..af437175 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v2 - name: Get binaries - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: lsoracle-tests - name: Unit Tests @@ -69,11 +69,11 @@ jobs: - name: Checkout the repo uses: actions/checkout@v2 - name: Get binaries - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: lsoracle-binary - name: Get plugin - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: lsoracle-plugin # - name: Prep previous