From ab1a2bb627fc31cd0d02a627b50b80311a01d63c Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Tue, 3 Sep 2024 22:47:44 +0000 Subject: chore(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2af0f6f0..244c4f8d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -41,7 +41,7 @@ jobs: if: (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main') && github.repository == 'crocs-muni/sec-certs' # Potentially change this into a check on release. steps: - name: Get docs artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: docs path: docs -- cgit v1.3.1