Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/process_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Download build artifact
id: download_build_artifact
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: build_${{ env.IMAGE_NAME }}.tar
path: ${{ github.workspace }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Download presigned URL
id: download_url
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: presigned_url_${{ matrix.build_matrix.image_name }}.txt
path: ${{ github.workspace }}
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:

# Download ALL matching summary artifacts from parallel jobs and put into one folder.
- name: Download Summaries
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
with:
pattern: test_job_summary* # match all parallel summaries
merge-multiple: true # place all matched artifact contents into a single folder
Expand Down
Loading