From ab1fca4872bb5a5cc2522367a06b0f47193c1b84 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Fri, 22 Nov 2024 20:20:16 -0700 Subject: [PATCH] Upgrade actions/download-artifact to v4 Signed-off-by: Jonathon Anderson --- .github/actions/rpm/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/rpm/action.yml b/.github/actions/rpm/action.yml index 66fa3fd8..454f7474 100644 --- a/.github/actions/rpm/action.yml +++ b/.github/actions/rpm/action.yml @@ -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 @@ -93,4 +93,4 @@ runs: with: release_id: ${{ inputs.event-id }} file: " warewulf-${{ env.EXPECTED_VERSION }}.tar.gz;/var/lib/mock/${{ inputs.target }}/result/${{ env.RPM }};/var/lib/mock/${{ inputs.target }}/result/${{ env.SRPM }};/var/lib/mock/${{ inputs.target }}/result/${{ env.DRACUT }}" - overwrite: true \ No newline at end of file + overwrite: true