Skip to content

Commit

Permalink
fix(ci): v4 of download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 23, 2023
1 parent 4a3a39d commit 0114d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
nuget-api-key: ${{ secrets.NUGET_TOKEN }}
- name: Download Native Libraries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: native/
- name: Build
Expand Down

0 comments on commit 0114d34

Please sign in to comment.