diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 2f7fd77f..5b3e8f1c 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -123,7 +123,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 - name: Set up Python uses: actions/setup-python@v2 with: