diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 6228e94a..8bec1ae2 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -103,7 +103,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: