From bfff707c104cd484af3e3671678c3953f2e0bec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:58:44 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 2 +- .github/workflows/publish_documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 26ae04e..c1b7a10 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -90,7 +90,7 @@ jobs: token: ${{ secrets.CLSC_PAT }} - name: download documentation artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: documentation path: products/panos/docs diff --git a/.github/workflows/publish_documentation.yml b/.github/workflows/publish_documentation.yml index 6f24839..a45f6bd 100644 --- a/.github/workflows/publish_documentation.yml +++ b/.github/workflows/publish_documentation.yml @@ -79,7 +79,7 @@ jobs: token: ${{ secrets.CLSC_PAT }} - name: download documentation artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: documentation path: products/panos/docs