diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 879a153..ced1615 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -93,12 +93,12 @@ jobs: needs: [build, test, rustfmt, clippy] steps: - name: Download dist artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: dist path: dist - name: Download static artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: static path: static