Skip to content

Commit d3ded05

Browse files
authored
Merge pull request #174 from AzureCosmosDB/update-release-build
Updating action versions
2 parents 80e2320 + fc971f0 commit d3ded05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414
contents: write
1515
steps:
1616
- name: Download Windows x64 package
17-
uses: actions/download-artifact@v3
17+
uses: actions/download-artifact@v4
1818
with:
1919
name: windows-package
2020
path: windows-package
2121
- name: Download macOS x64 package
22-
uses: actions/download-artifact@v3
22+
uses: actions/download-artifact@v4
2323
with:
2424
name: mac-package
2525
path: mac-package
2626
- name: Download Linux x64 package
27-
uses: actions/download-artifact@v3
27+
uses: actions/download-artifact@v4
2828
with:
2929
name: linux-package
3030
path: linux-package

0 commit comments

Comments
 (0)