Update actions/download-artifact action to v4
This commit is contained in:
parent
e68f1e3873
commit
eccb5ec037
|
@ -135,7 +135,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download Single-Platform Packages
|
- name: Download Single-Platform Packages
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: packages
|
name: packages
|
||||||
path: .
|
path: .
|
||||||
|
|
Loading…
Reference in New Issue