mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
fix actions/download-artifact version to v4
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user