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.
2 parents f394d1e + 176378a commit 40cab76Copy full SHA for 40cab76
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
platform=${{ matrix.platform }}
76
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
77
- uses: actions/checkout@v4
78
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
79
with:
80
name: docker-image-${{ env.PLATFORM_PAIR }}
81
path: /tmp/docker-image
@@ -106,7 +106,7 @@ jobs:
106
uses: docker/setup-buildx-action@v3
107
108
driver-opts: network=host
109
110
111
pattern: docker-image-*
112
0 commit comments