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
actions/upload-artifact@v3 is scheduled for deprecation on November 30, 2024. Learn more. Similarly, v1/v2 are scheduled for deprecation on June 30, 2024. Please update your workflow to use v4 of the artifact actions. This deprecation will not impact any existing versions of GitHub Enterprise Server being used by customers.
So I think uses: actions/upload-artifact@v3 should be changed to uses: actions/upload-artifact@v4 in .github/workflows/build-and-check.yml.
So I thought I'd check the actions used in .github/workflows/deploy-docs.yml as well. Although not deprecated, actions/upload-pages-artifact is up to v3, and actions/deploy-pages is up to v4, but I'm not sure it's worth updating those?
OK, taken care of actions/upload-artifact in .github/workflows/build-and-check.yml.
Shall I update the actions in .github/workflows/deploy-docs.yml also or just leave it alone since it's working fine and there aren't any deprecation warnings for those?
@esabol I can't say for sure about deploy-docs.yml. I'm not so experienced in the github actions stuff. Sometimes I try to learn it, but it seems I'm at the beginning of my long road to the understanding of the actions :) If you think to update the .yml file, I think it is ok to try. It doesn't affect the code. We can rollback it if something go in a wrong way.
The Actions tab shows the following warning:
https://github.com/actions/upload-artifact says:
So I think
uses: actions/upload-artifact@v3
should be changed touses: actions/upload-artifact@v4
in.github/workflows/build-and-check.yml
.So I thought I'd check the actions used in
.github/workflows/deploy-docs.yml
as well. Although not deprecated,actions/upload-pages-artifact
is up to v3, andactions/deploy-pages
is up to v4, but I'm not sure it's worth updating those?https://github.com/actions/upload-pages-artifact?tab=readme-ov-file
https://github.com/actions/deploy-pages?tab=readme-ov-file
The text was updated successfully, but these errors were encountered: