Skip to content

Commit

Permalink
UIPFU-95-Q-CSP4 - upgrade upload-artifact actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
Terala-Priyanka committed Sep 9, 2024
1 parent b89702d commit 20eee17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
comment_title: Jest Unit Test Statistics

- name: Publish Jest coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: jest-coverage-report
Expand All @@ -170,7 +170,7 @@ jobs:
comment_title: BigTest Unit Test Statistics

- name: Publish BigTest coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: bigtest-coverage-report
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
comment_title: Jest Unit Test Statistics

- name: Publish Jest coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: jest-coverage-report
Expand All @@ -113,7 +113,7 @@ jobs:
comment_title: BigTest Unit Test Statistics

- name: Publish BigTest coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: bigtest-coverage-report
Expand Down

0 comments on commit 20eee17

Please sign in to comment.