diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d329f400..58d235630 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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