Upgrade actions/download-artifact to v4
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
4
.github/actions/rpm/action.yml
vendored
4
.github/actions/rpm/action.yml
vendored
@@ -35,7 +35,7 @@ runs:
|
||||
shell: bash
|
||||
|
||||
- name: Download spec
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: warewulf.spec
|
||||
|
||||
@@ -45,7 +45,7 @@ runs:
|
||||
shell: bash
|
||||
|
||||
- name: Download dist
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: warewulf-${{ env.EXPECTED_VERSION }}.tar.gz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user