diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5990e6..d0a321b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -531,7 +531,7 @@ jobs: uses: actions/checkout@v4 - name: Download all binary artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: pattern: binary-* path: artifacts/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f41b533..9270c9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -308,7 +308,7 @@ jobs: fetch-depth: 0 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: pattern: release-* path: artifacts/ diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index eaf785f..f21d696 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -631,7 +631,7 @@ jobs: - name: Download security reports # Only download if artifacts were uploaded (schedule/dispatch) if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: security-reports-${{ github.run_id }} path: security-reports/ @@ -649,7 +649,7 @@ jobs: - name: Download dependency reports if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' continue-on-error: true - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: dependency-reports-${{ github.run_id }} path: dependency-reports/ @@ -1333,7 +1333,7 @@ jobs: if: always() steps: - name: Download all reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: reports/