diff --git a/.forgejo/workflows/build-deploy.yml b/.forgejo/workflows/build-deploy.yml index b153732..ac06de9 100644 --- a/.forgejo/workflows/build-deploy.yml +++ b/.forgejo/workflows/build-deploy.yml @@ -26,7 +26,7 @@ jobs: needs: [build] if: github.ref == 'refs/heads/develop' steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 - name: Install Dependencies run: which lftp || ( apk --update add lftp ) - name: Deploy Website @@ -43,7 +43,7 @@ jobs: needs: [build] if: github.ref == 'refs/heads/main' steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 - name: Install Dependencies run: which lftp || ( apk --update add lftp ) - name: Deploy Website