Skip to content

Commit

Permalink
Update actions/upload-artifact from v3 to v4 (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova authored Sep 13, 2024
1 parent f54770b commit 6b8c29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pr_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
echo ${{ inputs.commit_sha }} > ./build_dir/commit_sha
echo ${{ inputs.pr_number }} > ./build_dir/pr_number
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: doc-build-artifact
path: build_dir/

0 comments on commit 6b8c29f

Please sign in to comment.