diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index daf9eb1..4594517 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -75,17 +75,17 @@ jobs: steps: - name: Download Linux artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: linux - name: Download Mac artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: osx - name: Download Windows artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: windows