Skip to content

Commit 7096802

Browse files
chore(deps): update actions/download-artifact action to v5 (#1547)
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | actions/download-artifact | v4.3.0 | v5.0.0 | Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 7ce35fe commit 7096802

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ jobs:
101101
- build
102102
steps:
103103
- name: Download digests (linux/arm64)
104-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
104+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
105105
with:
106106
name: digests-ubuntu-24.04-arm
107107
path: /tmp/digests-linux-arm64
108108

109109
- name: Download digests (linux/amd64)
110-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
110+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
111111
with:
112112
name: digests-ubuntu-24.04
113113
path: /tmp/digests-linux-amd64

0 commit comments

Comments
 (0)