Skip to content

Commit

Permalink
UID2-2861 Fix-github-warnings (#362)
Browse files Browse the repository at this point in the history
* Use kcc-UID2-2861-fix-github-warnings for testing

* Update actions/download-artifact@v3 to v4

* Revert kcc-UID2-2861-fix-github-warnings to v2
  • Loading branch information
cYKatherine authored Feb 28, 2024
1 parent d8a31b4 commit af32170
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 af32170

Please sign in to comment.