diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 0d602af..5b8329c 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -52,7 +52,7 @@ jobs: if: github.event_name == 'push' && (github.ref == 'refs/heads/pre-release' || github.ref == 'refs/heads/release') steps: - name: Download archives - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: dist - name: Publish packages