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 @@ -29,7 +29,7 @@ jobs:
mkdocs -v build

- name: Upload meta descriptions artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
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.0 for actions/upload-artifact does not exist. The latest major version is currently v4. Using a non-existent version will cause the workflow to fail when attempting to pull the action.

Try running the following prompt in your coding agent:

Identify the latest stable release of actions/upload-artifact and update the .github/workflows/mkdocs.yml file with the correct version tag and commit SHA.

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