diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 231f14861..3d82cd4d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,7 +169,7 @@ jobs: uses: actions/checkout@v4 - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build-artifacts path: ./artifacts @@ -208,7 +208,7 @@ jobs: uses: actions/checkout@v4 - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build-artifacts path: ./artifacts