diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53ca287..82e1721 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: fetch-depth: 0 - name: Download artefacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build-artefacts @@ -92,7 +92,7 @@ jobs: - uses: actions/checkout@v3 - name: Download artefacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build-artefacts