We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350a0fe commit 3ceef09Copy full SHA for 3ceef09
.github/workflows/build-push.yml
@@ -70,9 +70,9 @@ jobs:
70
}
71
result-encoding: string
72
- name: Download the artifact for main
73
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
74
with:
75
- artifact-ids: ${{ steps.fetch_artifact.outputs.artifact_id }}
+ artifact-ids: ${{ steps.fetch-artifact-id.outputs.artifact_id }}
76
path: ./main-report
77
- name: Move the main report artifact to same directory as pr report
78
run: |
0 commit comments