Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#…
Browse files Browse the repository at this point in the history
…170)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Giulio Romualdi <[email protected]>
  • Loading branch information
dependabot[bot] and GiulioRomualdi authored Jan 20, 2025
1 parent 89c302b commit e329de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python3 ${GITHUB_WORKSPACE}/m.css/documentation/doxygen.py conf.py
- name: Archive artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: site
path: docs/site
Expand All @@ -48,7 +48,7 @@ jobs:
needs: [build]
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: site
path: site
Expand Down

0 comments on commit e329de9

Please sign in to comment.