Skip to content

Commit 27f160d

Browse files
committed
wip
1 parent 6bde538 commit 27f160d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@ jobs:
4444
with:
4545
go-version: stable
4646

47-
- uses: actions/download-artifact@v7
47+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
4848
with:
4949
name: php-matrix_linux_arm64
5050
path: out/linux_arm64
51-
- uses: actions/download-artifact@v7
51+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
5252
with:
5353
name: php-matrix_linux_amd64
5454
path: out/linux_amd64
55-
- uses: actions/download-artifact@v7
55+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
5656
with:
5757
name: php-matrix_darwin_arm64
5858
path: out/darwin_arm64
59-
- uses: actions/download-artifact@v7
59+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
6060
with:
6161
name: php-matrix_darwin_amd64
6262
path: out/darwin_amd64

0 commit comments

Comments
 (0)