Skip to content

Commit

Permalink
Merge pull request #1852 from bcgov/feature/ALCS-2216-2
Browse files Browse the repository at this point in the history
Upgrade actions/upload-artifact from v3 to v4
  • Loading branch information
Abradat authored Sep 12, 2024
2 parents 7cc1e27 + aafe8f3 commit 5156fcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: npm run build
- run: npm run test:cov
- if: matrix.node == '20'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-alcs-frontend
path: ${{ github.workspace }}/alcs-frontend/coverage
Expand All @@ -48,7 +48,7 @@ jobs:
- run: npm run build
- run: npm run test:cov
- if: matrix.node == '20'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-portal-frontend
path: ${{ github.workspace }}/portal-frontend/coverage
Expand All @@ -73,7 +73,7 @@ jobs:
- run: npm run build
- run: npm run test:cov
- if: matrix.node == '20'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-api
path: ${{ github.workspace }}/services/coverage
Expand Down

0 comments on commit 5156fcd

Please sign in to comment.