diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 54d5727..b836d17 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -54,7 +54,7 @@ jobs: run: dotnet build --configuration Release - name: Download artifact if: ${{ steps.get_version.outputs.VERSION }} == "build" - uses: actions/download-artifact@v1.0.0 + uses: actions/download-artifact@v4.1.7 with: # Artifact name name: SampleName