Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
mkdocs -v build

- name: Upload meta descriptions artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

The version v7.0.1 does not exist for actions/upload-artifact. The latest stable major version is v4. Referencing a non-existent version will cause the workflow to fail. Try running the following prompt in your coding agent: > Update the actions/upload-artifact version in .github/workflows/mkdocs.yml to the latest stable v4 release and use the corresponding commit SHA.

with:
name: meta-descriptions
path: ./site/meta-descriptions.csv
Expand Down
Loading