From 9f4aca1c5fc4aa4bcfeb6ecde58e600d9b3b4231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 18:25:23 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact in /.github/workflows Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 17 to 19. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v17...v19) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '19' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/website.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index fb14be74..7c51b45c 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -58,21 +58,21 @@ jobs: name: website path: ${{ github.workspace }} - name: Download API documentation artifact - uses: dawidd6/action-download-artifact@v17 + uses: dawidd6/action-download-artifact@v19 with: workflow: documentation.yml name: api-documentation path: ${{ github.workspace }}/api-documentation branch: ${{ github.event.repository.default_branch }} - name: Download coverage report artifact - uses: dawidd6/action-download-artifact@v17 + uses: dawidd6/action-download-artifact@v19 with: workflow: testing_protected.yml name: coverage-report path: ${{ github.workspace }}/coverage-report branch: ${{ github.event.repository.default_branch }} - name: Download coverage badge artifact - uses: dawidd6/action-download-artifact@v17 + uses: dawidd6/action-download-artifact@v19 with: workflow: testing_protected.yml name: coverage-badge