diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 7d9228ca..43672a9f 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v3 with: name: nuget - name: Push to GitHub Feed