diff --git a/.github/workflows/ci-doctor.lock.yml b/.github/workflows/ci-doctor.lock.yml index 6548b480a..222451b3b 100644 --- a/.github/workflows/ci-doctor.lock.yml +++ b/.github/workflows/ci-doctor.lock.yml @@ -762,7 +762,7 @@ jobs: const { generateWorkflowOverview } = require('/opt/gh-aw/actions/generate_workflow_overview.cjs'); await generateWorkflowOverview(core); - name: Download prompt artifact - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: prompt path: /tmp/gh-aw/aw-prompts @@ -951,7 +951,7 @@ jobs: destination: /opt/gh-aw/actions - name: Download agent output artifact continue-on-error: true - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: agent-output path: /tmp/gh-aw/safeoutputs/ @@ -1049,13 +1049,13 @@ jobs: destination: /opt/gh-aw/actions - name: Download agent artifacts continue-on-error: true - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: agent-artifacts path: /tmp/gh-aw/threat-detection/ - name: Download agent output artifact continue-on-error: true - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: agent-output path: /tmp/gh-aw/threat-detection/ @@ -1188,7 +1188,7 @@ jobs: destination: /opt/gh-aw/actions - name: Download agent output artifact continue-on-error: true - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: agent-output path: /tmp/gh-aw/safeoutputs/ diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index e82c94ca7..af95e5e42 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -106,13 +106,13 @@ jobs: with: token: ${{ secrets.ADMIN_PAT }} - name: Download Test Stats - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: test-stats-* merge-multiple: true path: test-stats/ - name: Download Coverage Report - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 continue-on-error: true with: name: coverage-report diff --git a/.github/workflows/pr-report.yml b/.github/workflows/pr-report.yml index b258c6423..15cf9ac33 100644 --- a/.github/workflows/pr-report.yml +++ b/.github/workflows/pr-report.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download Test Stats - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 continue-on-error: true with: pattern: test-stats-* @@ -27,7 +27,7 @@ jobs: run-id: ${{ github.event.workflow_run.id }} github-token: ${{ secrets.GITHUB_TOKEN }} - name: Download Coverage Report - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 continue-on-error: true with: name: coverage-report diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ecab544b5..65f05cdea 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -121,7 +121,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download Coverage Report - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 continue-on-error: true with: name: coverage-report