diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8612018..7c50f8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,7 +93,7 @@ jobs: with: python-version: '3.8' architecture: 'x64' - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: my_server_extension-sdist - name: Install and Test