Skip to content

Commit 3ceef09

Browse files
committed
Workflow: Update download-artifact to v5.0.0
1 parent 350a0fe commit 3ceef09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
}
7171
result-encoding: string
7272
- name: Download the artifact for main
73-
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
73+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
7474
with:
75-
artifact-ids: ${{ steps.fetch_artifact.outputs.artifact_id }}
75+
artifact-ids: ${{ steps.fetch-artifact-id.outputs.artifact_id }}
7676
path: ./main-report
7777
- name: Move the main report artifact to same directory as pr report
7878
run: |

0 commit comments

Comments
 (0)