diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 2fca54462..47812ef19 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -59,7 +59,7 @@ jobs: runs-on: 'ubuntu-latest' if: github.event_name == 'release' && github.event.action == 'created' steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 name: 'Download artifacts' with: name: 'artifact'