File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
templates/workflow-templates/example-references Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 61
61
run : echo "tags=bitwardenprod.azurecr.io/${IMAGE_NAME}:${IMAGE_TAG}" >> $GITHUB_OUTPUT
62
62
63
63
- name : Get build artifact
64
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
64
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
65
65
with :
66
66
name : ${{ inputs.project-name }}.zip
67
67
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
id : previous_state
108
108
if : steps.get_previous_run.outputs.has_previous_run == 'true'
109
109
continue-on-error : true
110
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
110
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
111
111
with :
112
112
name : ${{ steps.compose_artifact_name.outputs.artifact_name }}
113
113
run-id : ${{ steps.get_previous_run.outputs.previous_run_id }}
You can’t perform that action at this time.
0 commit comments