Skip to content

Commit

Permalink
chaning upload-artifact ver from v2 to v4 (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
roiklorin authored Sep 24, 2024
1 parent cdcfbf1 commit ec03d1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_sonar_poc_basic_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

- name: Collect Artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: collected-keys
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar_multi_account_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
run: terraform -chdir=$EXAMPLE_DIR output -json

- name: Collect Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: collected-keys
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar_poc_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Collect Artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: collected-keys
path: |
Expand Down

0 comments on commit ec03d1f

Please sign in to comment.