diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index c5ba7fd..8a7ad35 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -36,7 +36,7 @@ jobs: needs: [build] steps: - name: Download build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: Import SSH key uses: webfactory/ssh-agent@v0.5.4