diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 82e7db7..e0000b1 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -43,7 +43,7 @@ jobs: - name: checkout uses: actions/checkout@v2 - name: Download build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 - name: Display structure of downloaded files run: ls -R - name: Get version