diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b897224ea8..f7ccfa2590 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: - name: Set env run: echo GITHUB_SHA_SHORT=${GITHUB_SHA::8} >> $GITHUB_ENV - name: Download documetation - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: oneTBB-html-docs-${{ env.GITHUB_SHA_SHORT }} - name: Publish to github pages