Skip to content

Commit

Permalink
use actions/download-artifact@v4 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
jj22ee authored Feb 12, 2025
1 parent 42ca954 commit 5defe1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
uses: actions/checkout@v2

- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: distributions
path: distributions
Expand Down

0 comments on commit 5defe1b

Please sign in to comment.