Skip to content

Commit cb1a44f

Browse files
[deps]: Update actions/download-artifact action to v5 (#432)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca83a66 commit cb1a44f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/templates/workflow-templates/example-references/_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
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

.github/workflows/_publish-mobile-github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)