Skip to content

Commit

Permalink
Downgrade to download-artifact@v3 for ancient Linux distros
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Apr 28, 2024
1 parent 2552b0d commit f73f9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
env:
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 1
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: test-builds
path: .libsodium-builds/
Expand Down

0 comments on commit f73f9c4

Please sign in to comment.