Skip to content

Commit

Permalink
CI: Bump download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed Sep 3, 2024
1 parent bb6e19c commit b247936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,12 +371,12 @@ jobs:
make -j `nproc` release
- name: Load PDF docs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docs-pdf

- name: Load HTML docs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docs-html

Expand Down

0 comments on commit b247936

Please sign in to comment.