Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 5, 2024
1 parent eae6215 commit 6d8333f
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].3
- uses: actions/[email protected].4
with:
name: Documentation
path: docs/_build/html
Expand Down Expand Up @@ -74,7 +74,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].3
- uses: actions/[email protected].4
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].3
uses: actions/[email protected].4
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit 6d8333f

Please sign in to comment.