Skip to content

Commit

Permalink
issue-1227
Browse files Browse the repository at this point in the history
Signed-off-by: Katarzyna kulpa <[email protected]>
  • Loading branch information
katarzynakulpa committed Sep 25, 2024
1 parent 41f1f69 commit ee2f29e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,13 @@ jobs:
args: zip -qq -r reports.zip tests/e2e/reports

- name: Upload report to artifacts
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4.4.0
with:
name: e2e_artifacts_archive
path: reports.zip

- name: Upload report to artifacts
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4.4.0
with:
name: e2e_artifacts_log
path: tests/log.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: make coverage

- name: Upload coverage report to artifacts
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4.4.0
with:
name: coverage.html
path: ./coverage.html
Expand Down

0 comments on commit ee2f29e

Please sign in to comment.