diff options
| author | Ján Jančár | 2024-09-04 15:18:41 +0200 |
|---|---|---|
| committer | GitHub | 2024-09-04 15:18:41 +0200 |
| commit | 15953902bfec107d6391a367f5a8724ca436cb5a (patch) | |
| tree | 8ca125b7deed83019e8120fc98f1aa4de7eeac69 | |
| parent | ebe6da8d0f266dbe19bfd4cc7a62b8b05dbaaa49 (diff) | |
| parent | ab1a2bb627fc31cd0d02a627b50b80311a01d63c (diff) | |
| download | sec-certs-15953902bfec107d6391a367f5a8724ca436cb5a.tar.gz sec-certs-15953902bfec107d6391a367f5a8724ca436cb5a.tar.zst sec-certs-15953902bfec107d6391a367f5a8724ca436cb5a.zip | |
Merge pull request #431 from crocs-muni/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
| -rw-r--r-- | .github/workflows/docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
