Skip to content

Commit

Permalink
Merge pull request #804 from shivammathur/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…evelop/actions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
shivammathur authored Dec 18, 2023
2 parents f47a6e7 + 7b1eaad commit 7ba520a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
repository: ${{ github.repository }}.wiki
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ${{ github.workspace }}
- name: Configure Git
Expand Down

0 comments on commit 7ba520a

Please sign in to comment.