Skip to content

Commit

Permalink
Update actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 674021950
Change-Id: I7c4569cc8186b9ed0247397756af5bf4d69d1647
  • Loading branch information
laramiel authored and copybara-github committed Sep 12, 2024
1 parent 9b6a18a commit c48797d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: CC=gcc-10 python -u bazelisk.py --bazelrc ~/ci_bazelrc run --announce_rc --show_timestamps --keep_going --color=yes --verbose_failures //docs:build_docs -- --output docs_output
shell: bash
- name: Upload docs as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: docs
path: docs_output
Expand Down

0 comments on commit c48797d

Please sign in to comment.