diff --git a/.github/workflows/check_and_deploy.yml b/.github/workflows/check_and_deploy.yml index 7ba629e..ae5b961 100644 --- a/.github/workflows/check_and_deploy.yml +++ b/.github/workflows/check_and_deploy.yml @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Restore coverage - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: coverage path: ./build @@ -106,7 +106,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') # only tags steps: - name: Restore ZIP files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: release-files - name: Release & upload