diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f12c3870..1527dd80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: with: node-version: 18.x - name: Download build artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: build-artifact path: dist @@ -107,7 +107,7 @@ jobs: with: node-version: 18.x - name: Download build artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: build-artifact path: dist @@ -149,7 +149,7 @@ jobs: with: python-version: 3.x - name: Download build artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: build-artifact path: dist @@ -202,7 +202,7 @@ jobs: with: dotnet-version: 9.0.x - name: Download build artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: build-artifact path: dist @@ -253,7 +253,7 @@ jobs: with: go-version: ^1.16.0 - name: Download build artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: build-artifact path: dist @@ -289,7 +289,7 @@ jobs: with: node-version: 18.x - name: Download build artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: build-artifact path: dist