Skip to content

Commit

Permalink
update download all artifacts (#1044)
Browse files Browse the repository at this point in the history
* Update build.yml

* Update build.yml
  • Loading branch information
srimanachanta authored Dec 16, 2023
1 parent d67b665 commit 3de878c
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 @@ -301,7 +301,7 @@ jobs:
steps:
# Download literally every single artifact. This also downloads client and docs,
# but the filtering below won't pick these up (I hope)
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
- run: find
# Push to dev release
- uses: pyTooling/Actions/releaser@r0
Expand Down

0 comments on commit 3de878c

Please sign in to comment.