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