fix actions/download-artifact version to v4

This commit is contained in:
houseme
2025-03-06 08:48:20 +08:00
parent 1e3421e973
commit a635fc8f88
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Download artifact - name: Download artifact
uses: actions/download-artifact@v4.1 uses: actions/download-artifact@v4
with: with:
name: "rustfs-${{ matrix.variant.profile }}-${{ matrix.variant.target }}" name: "rustfs-${{ matrix.variant.profile }}-${{ matrix.variant.target }}"
- name: Display structure of downloaded files - name: Display structure of downloaded files