We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729174d commit 06ef367Copy full SHA for 06ef367
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
export BUILD_TYPE=${BUILD_TYPE} && sphinx-build doc html
96
tar -czvf html.tar.gz html/
97
- name: Save docs
98
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
99
with:
100
name: oneTBB-html-docs-${{ env.GITHUB_SHA_SHORT }}
101
path: html.tar.gz
0 commit comments