Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
node-version: 18.x
- name: Download build artifacts
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
with:
name: build-artifact
path: dist
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
with:
node-version: 18.x
- name: Download build artifacts
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
with:
name: build-artifact
path: dist
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
with:
python-version: 3.x
- name: Download build artifacts
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
with:
name: build-artifact
path: dist
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
with:
dotnet-version: 9.0.x
- name: Download build artifacts
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
with:
name: build-artifact
path: dist
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
with:
go-version: ^1.16.0
- name: Download build artifacts
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
with:
name: build-artifact
path: dist
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
with:
node-version: 18.x
- name: Download build artifacts
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
with:
name: build-artifact
path: dist
Expand Down
Loading