We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2287575 commit 4cad1d4Copy full SHA for 4cad1d4
.github/workflows/upload-build-to-S3.yaml
@@ -90,13 +90,13 @@ jobs:
90
aws-region: ${{ secrets.REGION }}
91
92
- name: Download macos aarch64 build
93
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
+ uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
94
with:
95
name: finch.macos-aarch64
96
path: build
97
98
- name: Download macos x86_64 build
99
100
101
name: finch.macos-x86_64
102
0 commit comments