Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upload artifact deprecated #98

Closed
avallecam opened this issue Feb 25, 2025 · 3 comments · Fixed by #99 or #101
Closed

upload artifact deprecated #98

avallecam opened this issue Feb 25, 2025 · 3 comments · Fixed by #99 or #101

Comments

@avallecam
Copy link
Member

in the latest PR #97 we get this action failing https://github.com/epiverse-trace/howto/actions/runs/13519390650/job/37775039994?pr=97 notifying a deprecation notice https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

- name: Upload artifact
uses: actions/upload-pages-artifact@v1

@Bisaloo should editing to @v4 would fix it?

Bisaloo added a commit that referenced this issue Feb 25, 2025
@avallecam
Copy link
Member Author

avallecam commented Feb 25, 2025

@Bisaloo the build workflow now is now passing. But the deploy workflow is getting this error in main https://github.com/epiverse-trace/howto/actions/runs/13529743384/job/37809366719

@avallecam avallecam reopened this Feb 25, 2025
@avallecam
Copy link
Member Author

avallecam commented Feb 26, 2025

In another deployment, I configured it following default features and I read deploy-pages@v4 instead of v3 as in:

steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3

should we try this edit?

@Bisaloo
Copy link
Member

Bisaloo commented Feb 26, 2025

should we try this edit?

yes please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants