We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0993eb2 commit 4eea649Copy full SHA for 4eea649
.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
94
export BUILD_TYPE=${BUILD_TYPE} && sphinx-build doc html
95
tar -czvf html.tar.gz html/
96
- name: Save docs
97
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
98
with:
99
name: oneTBB-html-docs-${{ env.GITHUB_SHA_SHORT }}
100
path: html.tar.gz
0 commit comments