Skip to content

Commit 06ef367

Browse files
Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#1983)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 729174d commit 06ef367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
export BUILD_TYPE=${BUILD_TYPE} && sphinx-build doc html
9696
tar -czvf html.tar.gz html/
9797
- name: Save docs
98-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
98+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
9999
with:
100100
name: oneTBB-html-docs-${{ env.GITHUB_SHA_SHORT }}
101101
path: html.tar.gz

0 commit comments

Comments
 (0)