Skip to content

Commit

Permalink
Fix workflow (#165)
Browse files Browse the repository at this point in the history
* chore: upload artifacts update to v4

* chore: fix download-artifact version
  • Loading branch information
rvazarkar authored Sep 17, 2024
1 parent 05f725a commit 6b31074
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 6b31074

Please sign in to comment.