diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 4fe9545..afcbef9 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: nupkg - name: Push to GitHub Feed