From ec31aa5e139bfc44f3ce949efe694a1ddb410a37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:19:20 +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-prod.yml | 2 +- .github/workflows/main-staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-prod.yml b/.github/workflows/main-prod.yml index e1ff5cbd..d0259592 100644 --- a/.github/workflows/main-prod.yml +++ b/.github/workflows/main-prod.yml @@ -58,7 +58,7 @@ jobs: - name: Download JAR if: ${{ env.PUSH_PACKAGES }} #Download the artifact which was uploaded in the build's job - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: diagnosisview-api-prod - name: Get current date diff --git a/.github/workflows/main-staging.yml b/.github/workflows/main-staging.yml index d68327f8..996e4b21 100644 --- a/.github/workflows/main-staging.yml +++ b/.github/workflows/main-staging.yml @@ -61,7 +61,7 @@ jobs: - name: Download JAR if: ${{ env.PUSH_PACKAGES }} #Download the artifact which was uploaded in the build's job - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: diagnosisview-api-staging - name: Get current date