We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc266e commit 7f1af96Copy full SHA for 7f1af96
.github/workflows/docker.yml
@@ -97,13 +97,13 @@ jobs:
97
- build
98
steps:
99
- name: Download digests (linux/arm64)
100
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+ uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
101
with:
102
name: digests-ubuntu-24.04-arm
103
path: /tmp/digests-linux-arm64
104
105
- name: Download digests (linux/amd64)
106
107
108
name: digests-ubuntu-24.04
109
path: /tmp/digests-linux-amd64
0 commit comments