diff --git a/.github/workflows/publish-codeql-docs.yml b/.github/workflows/publish-codeql-docs.yml index ac92625ca..77a6bed09 100644 --- a/.github/workflows/publish-codeql-docs.yml +++ b/.github/workflows/publish-codeql-docs.yml @@ -20,7 +20,7 @@ jobs: rm -r '${{ github.event.inputs.destination }}'/ql-handbook; rm -r '${{ github.event.inputs.destination }}'/ql-support; - name: Download artifact - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: github_token: ${{secrets.DOWNLOAD_ARTIFACT}} workflow: __docs-generate-sphinx.yml diff --git a/.github/workflows/publish-qldoc.yml b/.github/workflows/publish-qldoc.yml index eccdeb842..4823f219b 100644 --- a/.github/workflows/publish-qldoc.yml +++ b/.github/workflows/publish-qldoc.yml @@ -17,7 +17,7 @@ jobs: run: | rm -r ${{ github.event.inputs.destination }}/codeql-libraries/**; - name: Download artifact - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: github_token: ${{secrets.DOWNLOAD_ARTIFACT}} workflow: __docs-generate-qldoc.yml