From f4044f732ccad82648b780818917684a62367859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:18:46 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/service.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/service.yml b/.github/workflows/service.yml index 90a684f..c70d3c0 100644 --- a/.github/workflows/service.yml +++ b/.github/workflows/service.yml @@ -140,7 +140,7 @@ jobs: dotnet-version: 7.0.x - name: Download build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.ARTIFACT_NAME }} path: Service/artifact @@ -239,7 +239,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Download build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.ARTIFACT_NAME }} path: Service/artifact @@ -341,7 +341,7 @@ jobs: # uses: actions/checkout@v4 # - name: Download build artifact - # uses: actions/download-artifact@v3 + # uses: actions/download-artifact@v4.1.7 # with: # name: ${{ env.ARTIFACT_NAME }} # path: ~/artifact @@ -441,7 +441,7 @@ jobs: uses: actions/checkout@v4 - name: Download build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.ARTIFACT_NAME }} path: Service/artifact