You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to bump the action/deploy-pages version to v4 as it supports node 20 (actions/deploy-pages#256) but I am unable to do so because the current version of withastro/[email protected] is not compatible with it. I get this while running the workflow:
Fetching artifact metadata for "github-pages" in this workflow runFound 0 artifact(s)Error: Fetching artifact metadata failed. Is githubstatus.com reporting issues with API requests, Pages, or Actions? Please re-run the deployment at a later time.Error: Error: No artifacts named "github-pages" were found for this workflow run. Ensure artifacts are uploaded with actions/artifact@v4 or later. at getArtifactMetadata (/home/runner/work/_actions/actions/deploy-pages/v4.0.3/src/internal/api-client.js:85:1) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Deployment.create (/home/runner/work/_actions/actions/deploy-pages/v4.0.3/src/internal/deployment.js:66:1) at main (/home/runner/work/_actions/actions/deploy-pages/v4.0.3/src/index.js:30:1)Error: Error: No artifacts named "github-pages" were found for this workflow run. Ensure artifacts are uploaded with actions/artifact@v4 or later.
warning from github actions while using action/deploy-pages@v3:
[build](https://github.com/murtuzaalisurti/murtuzaalisurti.github.io/actions/runs/7684619378/job/20941330307)Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
The text was updated successfully, but these errors were encountered:
I want to bump the
action/deploy-pages
version tov4
as it supports node 20 (actions/deploy-pages#256) but I am unable to do so because the current version ofwithastro/[email protected]
is not compatible with it. I get this while running the workflow:warning from github actions while using
action/deploy-pages@v3
:The text was updated successfully, but these errors were encountered: