Skip to content

Commit aefba6d

Browse files
committed
fixup! [ci][docs] Don't compress a tar archive twice; shorter retention.
1 parent 8df72b4 commit aefba6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/root-docs-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
#Upload to GitHub as an artifact
130130
- name: Upload tar file for GH
131131
if: ${{ !cancelled() }}
132-
uses: actions/upload-artifact@v6
132+
uses: actions/upload-artifact@v7
133133
with:
134134
name: ${{env.TAR_FILE}}
135135
path: ${{env.DOC_LOCATION}}/${{env.TAR_FILE}}

0 commit comments

Comments
 (0)