diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 4bdebf1..d673674 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -12,10 +12,11 @@ jobs: if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy') steps: - run: apk add nodejs curl - - uses: https://github.com/dawidd6/action-download-artifact@v6 + - uses: forgejo/download-artifact@v4 with: github_token: fba910ba3838eed907970fc162cd48b51db4378e - commit: 444d72c90d8e82915781beb5712f96266a787aeb + repository: forge/ayaports + run-id: 45 - name: Deploy run: | echo "Deploying..."