Skip to content

Commit c394f2c

Browse files
Update actions/download-artifact action to v5 (#217)
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | actions/download-artifact | v4.3.0 | v5.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01e8bc4 commit c394f2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595

9696
- name: Download packages
97-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
97+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
9898
with:
9999
name: packages-windows
100100

@@ -138,7 +138,7 @@ jobs:
138138
steps:
139139

140140
- name: Download packages
141-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
141+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
142142
with:
143143
name: packages-windows
144144

.github/workflows/oats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
show-progress: false
5757

5858
- name: Download packages
59-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
59+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
6060
with:
6161
name: oats-packages
6262
path: ./.packages

0 commit comments

Comments
 (0)