Skip to content

Commit a1a9cda

Browse files
chore(deps): update actions/download-artifact action to v5 (#126)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 39b2e5f commit a1a9cda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

action-templates/actions/action-build-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
- name: Checkout repository
3939
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4040
- name: Download a single artifact
41-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
41+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
4242
with:
4343
name: ${{ inputs.artifact-name }}
4444
- name: Login to registry

action-templates/actions/action-create-github-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
using: "composite"
2525
steps:
2626
- name: Download a single artifact
27-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
27+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
2828
with:
2929
name: ${{inputs.artifact-name}}
3030
- name: Create GitHub release

0 commit comments

Comments
 (0)