ci: Fix a typo in the download-artifacts version [skip ci]

This commit is contained in:
2024-12-19 20:34:41 -07:00
parent 9dede1e45d
commit 029b00532e
+2 -2
View File
@@ -293,7 +293,7 @@ jobs:
fetch-depth: 1 fetch-depth: 1
- name: Get release artifacts - name: Get release artifacts
uses: actions/download-artifact@v4.1.7 uses: actions/download-artifact@v3
with: with:
name: artifacts name: artifacts
path: artifacts path: artifacts
@@ -340,7 +340,7 @@ jobs:
fetch-depth: 1 fetch-depth: 1
- name: Get release artifacts - name: Get release artifacts
uses: actions/download-artifact@v4.1.7 uses: actions/download-artifact@v3
with: with:
name: artifacts name: artifacts
path: artifacts path: artifacts