From f330f945ff6b5244787f31d4299032f2661d0103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:28:13 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-codeql-docs.yml | 2 +- .github/workflows/publish-qldoc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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