Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and nijel committed Apr 19, 2024
1 parent 7cf01ed commit 83e141a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "::add-matcher::.github/matchers/sphinx.json"
./ci/run-docs
echo "::remove-matcher owner=sphinx::"
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
name: Documentation
path: docs/_build/html
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
sed 's@^@docs/@' docs/_build/linkcheck/output.txt
echo "::remove-matcher owner=sphinx::"
echo "::remove-matcher owner=sphinx-warn::"
- uses: actions/[email protected].1
- uses: actions/[email protected].2
if: always()
with:
name: Linkcheck report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: Upload artifact
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit 83e141a

Please sign in to comment.