Bumped old action
This commit is contained in:
parent
ac88bc9af0
commit
95c7d1a620
1 changed files with 3 additions and 3 deletions
6
.github/workflows/validate-install.yml
vendored
6
.github/workflows/validate-install.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download release
|
- name: Download release
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux-release
|
name: linux-release
|
||||||
path: .
|
path: .
|
||||||
|
@ -60,7 +60,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download release
|
- name: Download release
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux-release
|
name: linux-release
|
||||||
path: .
|
path: .
|
||||||
|
@ -110,7 +110,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download release
|
- name: Download release
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: windows-release
|
name: windows-release
|
||||||
path: .
|
path: .
|
||||||
|
|
Loading…
Add table
Reference in a new issue