Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
downgrade upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Dec 28, 2023
1 parent 5735547 commit a9009dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
- name: Attach the report
if: ${{ always() && steps.cli-tests.outcome != 'skipped' }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: cli-tests-report
path: cli-tests/test-report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Attach the report
if: ${{ always() && steps.cli-tests.outcome != 'skipped' }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: test-delete-cluster-tests-report
path: cli-tests/test-report

0 comments on commit a9009dc

Please sign in to comment.