We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db7124 commit ee6ad4dCopy full SHA for ee6ad4d
1 file changed
.github/workflows/docker-pr.yml
@@ -130,14 +130,14 @@ jobs:
130
pull-requests: write
131
steps:
132
- name: Download standard build metadata
133
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
134
with:
135
name: build-metadata-standard
136
path: metadata-standard
137
continue-on-error: true
138
139
- name: Download studios build metadata
140
141
142
name: build-metadata-studios
143
path: metadata-studios
0 commit comments