Skip to content

Conversation

@unru-jo
Copy link
Contributor

@unru-jo unru-jo commented May 9, 2025

Disable API doc for now.

Disable API doc for now.
@HeinrichAD
Copy link
Member

Please fix the pipeline.

The action actions/upload-artifact@v3 is deprecated now.
See: https://github.com/actions/upload-artifact?tab=readme-ov-file#actionsupload-artifact

In our case the action upload-pages-artifact@v2 is using the deprecated action and need to be updated to upload-pages-artifact@v3. Also see here.
Therefore, please update the following line:

- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2

-       uses: actions/upload-pages-artifact@v2
+       uses: actions/upload-pages-artifact@v3

@HeinrichAD HeinrichAD merged commit 00df77c into DLR-KI:main May 9, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants