diff --git a/.github/workflows/build-on-change.yaml b/.github/workflows/build-on-change.yaml index 87b3be75e..138d56151 100644 --- a/.github/workflows/build-on-change.yaml +++ b/.github/workflows/build-on-change.yaml @@ -199,7 +199,7 @@ jobs: -o /usr/local/bin/sbuild && chmod +x /usr/local/bin/sbuild || true - name: Download build status artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: build-status-* path: /tmp/build-statuses diff --git a/.github/workflows/pr-build-test.yaml b/.github/workflows/pr-build-test.yaml index 8d6e39e59..5df216430 100644 --- a/.github/workflows/pr-build-test.yaml +++ b/.github/workflows/pr-build-test.yaml @@ -146,7 +146,7 @@ jobs: sbuild --version - name: Download build status artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: build-status-* path: /tmp/build-statuses @@ -270,7 +270,7 @@ jobs: actions: read steps: - name: Download build status artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: build-status-* path: /tmp/build-status diff --git a/.github/workflows/release-metadata.yaml b/.github/workflows/release-metadata.yaml index 64d037665..416187441 100644 --- a/.github/workflows/release-metadata.yaml +++ b/.github/workflows/release-metadata.yaml @@ -139,7 +139,7 @@ jobs: contents: write steps: - name: Download all artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: /tmp/artifacts merge-multiple: true diff --git a/.github/workflows/rolling-rebuilds.yaml b/.github/workflows/rolling-rebuilds.yaml index 305a7b485..24ec13111 100644 --- a/.github/workflows/rolling-rebuilds.yaml +++ b/.github/workflows/rolling-rebuilds.yaml @@ -318,7 +318,7 @@ jobs: -o /usr/local/bin/sbuild && chmod +x /usr/local/bin/sbuild || true - name: Download build status artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: build-status-* path: /tmp/build-statuses