diff options
| author | Ján Jančár | 2024-09-19 15:08:45 +0200 |
|---|---|---|
| committer | GitHub | 2024-09-19 15:08:45 +0200 |
| commit | 3f88f7679fd62519abb4bed4f0189e22c442ee66 (patch) | |
| tree | 538cf45adf91addf87311a0538e97d91378ccb36 | |
| parent | fe3ce1205a51ba555490bb2e88732e6d0ce84e72 (diff) | |
| parent | d6d02d64c66e143f7d0641e5096653a8a5634d86 (diff) | |
| download | sec-certs-3f88f7679fd62519abb4bed4f0189e22c442ee66.tar.gz sec-certs-3f88f7679fd62519abb4bed4f0189e22c442ee66.tar.zst sec-certs-3f88f7679fd62519abb4bed4f0189e22c442ee66.zip | |
Merge pull request #437 from crocs-muni/fix/ci-artifactss
Bump deprecated CI action version.
| -rw-r--r-- | .github/workflows/docs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 244c4f8d..6deb8984 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,7 +30,7 @@ jobs: cd docs make html - name: Save docs artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4.4.0 with: name: docs path: docs/_build/html/ @@ -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@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: docs path: docs |
