diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34e350f..0c50d55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -268,7 +268,7 @@ jobs: - name: Download build artifacts (if available) if: inputs.cache_key != '' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build-artifacts-${{ matrix.os }} path: target/ diff --git a/.github/workflows/master-pipeline.yml b/.github/workflows/master-pipeline.yml index d8c309e..26e06ed 100644 --- a/.github/workflows/master-pipeline.yml +++ b/.github/workflows/master-pipeline.yml @@ -576,7 +576,7 @@ jobs: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ba52a5..d550e40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -143,7 +143,7 @@ jobs: fetch-depth: 0 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: artifacts