Skip to content

Commit

Permalink
Update actions/download-artifact@v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Feb 28, 2024
1 parent 41efd2f commit 17859b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-all-operators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,19 @@ jobs:
needs: [start, buildPublic, buildGCP, buildAzure]
steps:
- name: Download public artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: image-details
path: ./artifacts/public_operator

- name: Download GCP artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: gcp-oidc-deployment-files
path: ./artifacts/gcp_oidc_operator

- name: Download Azure artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: azure-cc-deployment-files
path: ./artifacts/azure_cc_operator
Expand Down

0 comments on commit 17859b4

Please sign in to comment.