Skip to content

Commit

Permalink
Merge pull request #10 from NVIDIA/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
mikemckiernan authored Feb 7, 2024
2 parents b96eb95 + 5c3e22a commit fe9d601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
git config user.name docs-build
git config user.email [email protected]
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: html-build-artifact
- name: Copy HTML directories
Expand Down

0 comments on commit fe9d601

Please sign in to comment.