Skip to content

Commit

Permalink
Merge pull request #101 from kubewarden/renovate/actions-download-art…
Browse files Browse the repository at this point in the history
…ifact-4.x

chore(deps): update actions/download-artifact action to v4
  • Loading branch information
flavio authored Dec 18, 2023
2 parents 769cb0c + 920a20e commit 7327ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup-kubewarden-cluster-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:
-
name: "Download Kubewarden controller container image artifact"
if: ${{ inputs.controller-container-image-artifact != '' }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{inputs.controller-container-image-artifact}}
path: /tmp
Expand All @@ -80,7 +80,7 @@ runs:
-
name: "Download policy server container image artifact"
if: ${{ inputs.policy-server-container-image-artifact != '' }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{inputs.policy-server-container-image-artifact}}
path: /tmp
Expand Down

0 comments on commit 7327ca2

Please sign in to comment.