Skip to content

Commit ee6ad4d

Browse files
chore: Update actions/download-artifact action to v4.3.0
1 parent 5db7124 commit ee6ad4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ jobs:
130130
pull-requests: write
131131
steps:
132132
- name: Download standard build metadata
133-
uses: actions/download-artifact@v4
133+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
134134
with:
135135
name: build-metadata-standard
136136
path: metadata-standard
137137
continue-on-error: true
138138

139139
- name: Download studios build metadata
140-
uses: actions/download-artifact@v4
140+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
141141
with:
142142
name: build-metadata-studios
143143
path: metadata-studios

0 commit comments

Comments
 (0)