Skip to content

Commit aafe8f3

Browse files
committed
Upgrade actions/upload-artifact from v3 to v4
1 parent 7cc1e27 commit aafe8f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/coverage.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: npm run build
2424
- run: npm run test:cov
2525
- if: matrix.node == '20'
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: coverage-alcs-frontend
2929
path: ${{ github.workspace }}/alcs-frontend/coverage
@@ -48,7 +48,7 @@ jobs:
4848
- run: npm run build
4949
- run: npm run test:cov
5050
- if: matrix.node == '20'
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: coverage-portal-frontend
5454
path: ${{ github.workspace }}/portal-frontend/coverage
@@ -73,7 +73,7 @@ jobs:
7373
- run: npm run build
7474
- run: npm run test:cov
7575
- if: matrix.node == '20'
76-
uses: actions/upload-artifact@v3
76+
uses: actions/upload-artifact@v4
7777
with:
7878
name: coverage-api
7979
path: ${{ github.workspace }}/services/coverage

0 commit comments

Comments
 (0)