Skip to content

Commit

Permalink
chore: fix download-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Sep 17, 2024
1 parent ca9aa3e commit b45f2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/checkout@v2

- name: Download Coverage Report
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: report
path: docfx/coverage/report
Expand Down

0 comments on commit b45f2a0

Please sign in to comment.