diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 364846c..5fa3e57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - name: Setup psake run: Set-PSRepository -Name PSGallery -InstallationPolicy Trusted; Install-Module -Name psake - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: dist path: ./dist