Skip to content

Commit

Permalink
Update to download-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysolsen committed Sep 16, 2024
1 parent 30776da commit 821cc4a
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 @@ -66,7 +66,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: docs
path: artifacts
Expand All @@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docs

Expand Down

0 comments on commit 821cc4a

Please sign in to comment.