Skip to content

Commit f898ac9

Browse files
github-actions: bump actions/download-artifact from 4 to 8 (#608)
1 parent 185de43 commit f898ac9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-riverproui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
uses: aws-actions/amazon-ecr-login@v2
171171

172172
- name: Download digests
173-
uses: actions/download-artifact@v4
173+
uses: actions/download-artifact@v8
174174
with:
175175
path: /tmp/digests
176176
pattern: pro-digests-*

.github/workflows/docker-riverui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122

123123
steps:
124124
- name: Download digests
125-
uses: actions/download-artifact@v4
125+
uses: actions/download-artifact@v8
126126
with:
127127
path: /tmp/digests
128128
pattern: digests-*

0 commit comments

Comments
 (0)