diff --git a/.github/workflows/FormatCheckComment.yml b/.github/workflows/FormatCheckComment.yml index ebb1a63..7cde6bf 100644 --- a/.github/workflows/FormatCheckComment.yml +++ b/.github/workflows/FormatCheckComment.yml @@ -34,7 +34,7 @@ jobs: steps: - name: "Download FormatCheck artifact" id: download - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: "format-check" run-id: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index aa7517b..e39a170 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -239,7 +239,7 @@ jobs: actions: read steps: - name: "Download skipped-dependency markers" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: integration-test-skip-* path: skipped-integration-tests