From f871efce43f133b31921c41f14e13b142fa03f53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:34:49 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 2 to 3 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 3. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-api-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-api-docs.yml b/.github/workflows/publish-api-docs.yml index 38c8822a348..7ef54131838 100644 --- a/.github/workflows/publish-api-docs.yml +++ b/.github/workflows/publish-api-docs.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - name: Download build artifact - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: github_token: "${{ secrets.GITHUB_TOKEN }}" workflow: build-api-docs.yml @@ -31,7 +31,7 @@ jobs: - if: github.event.workflow_run.event == 'pull_request' name: Download pr info - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: github_token: "${{ secrets.GITHUB_TOKEN }}" workflow: build-api-docs.yml