Bump actions/download-artifact from 4 to 5 (#6367)

This commit is contained in:
dependabot[bot] 2025-09-03 18:50:12 -04:00 committed by GitHub
parent d95e4dc150
commit 2a09114dc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 9 deletions

View File

@ -72,7 +72,7 @@ jobs:
steps: steps:
- name: Download tar archive - name: Download tar archive
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
name: ${{ env.VERILATOR_ARCHIVE }} name: ${{ env.VERILATOR_ARCHIVE }}
path: ${{ github.workspace }} path: ${{ github.workspace }}

View File

@ -59,7 +59,7 @@ jobs:
sudo apt install ccache mold libfl-dev libgoogle-perftools-dev libsystemc-dev sudo apt install ccache mold libfl-dev libgoogle-perftools-dev libsystemc-dev
- name: Download Verilator installation archive - name: Download Verilator installation archive
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
name: verilator-rtlmeter-${{ inputs.runs-on }}-${{ inputs.cc }} name: verilator-rtlmeter-${{ inputs.runs-on }}-${{ inputs.cc }}

View File

@ -51,7 +51,7 @@ jobs:
steps: steps:
- name: Download tar archive - name: Download tar archive
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
name: ${{ env.VERILATOR_ARCHIVE }} name: ${{ env.VERILATOR_ARCHIVE }}
path: ${{ github.workspace }} path: ${{ github.workspace }}

View File

@ -20,13 +20,13 @@ jobs:
pull-requests: write pull-requests: write
steps: steps:
- name: Download report - name: Download report
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
name: rtlmeter-pr-results name: rtlmeter-pr-results
run-id: ${{ github.event.workflow_run.id }} run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Download PR number - name: Download PR number
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
name: pr-number name: pr-number
run-id: ${{ github.event.workflow_run.id }} run-id: ${{ github.event.workflow_run.id }}

View File

@ -161,7 +161,7 @@ jobs:
working-directory: rtlmeter working-directory: rtlmeter
run: make venv run: make venv
- name: Download all results - name: Download all results
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
pattern: rtlmeter-results-${{ matrix.tag }}-* pattern: rtlmeter-results-${{ matrix.tag }}-*
path: all-results-${{ matrix.tag }} path: all-results-${{ matrix.tag }}
@ -190,7 +190,7 @@ jobs:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
- name: Download combined results - name: Download combined results
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
pattern: all-results-* pattern: all-results-*
path: results path: results
@ -252,7 +252,7 @@ jobs:
working-directory: rtlmeter working-directory: rtlmeter
run: make venv run: make venv
- name: Download combined results - name: Download combined results
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
pattern: all-results-* pattern: all-results-*
path: all-results path: all-results
@ -271,7 +271,7 @@ jobs:
DATE=$(gh run --repo ${{ github.repository }} view $ID --json createdAt --jq ".createdAt") DATE=$(gh run --repo ${{ github.repository }} view $ID --json createdAt --jq ".createdAt")
echo "date=$DATE" >> $GITHUB_OUTPUT echo "date=$DATE" >> $GITHUB_OUTPUT
- name: Download scheduled run results - name: Download scheduled run results
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
name: published-results name: published-results
path: nightly-results path: nightly-results