Skip to content

Commit

Permalink
Merge pull request #437 from crocs-muni/fix/ci-artifactss
Browse files Browse the repository at this point in the history
Bump deprecated CI action version.
  • Loading branch information
J08nY authored Sep 19, 2024
2 parents fe3ce12 + d6d02d6 commit 3f88f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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
Expand Down

0 comments on commit 3f88f76

Please sign in to comment.