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 6161 run : echo "tags=bitwardenprod.azurecr.io/${IMAGE_NAME}:${IMAGE_TAG}" >> $GITHUB_OUTPUT
6262
6363 - name : Get build artifact
64- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
64+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
6565 with :
6666 name : ${{ inputs.project-name }}.zip
6767
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 id : previous_state
108108 if : steps.get_previous_run.outputs.has_previous_run == 'true'
109109 continue-on-error : true
110- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
110+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
111111 with :
112112 name : ${{ steps.compose_artifact_name.outputs.artifact_name }}
113113 run-id : ${{ steps.get_previous_run.outputs.previous_run_id }}
You can’t perform that action at this time.
0 commit comments