Skip to content

Commit ed06ecb

Browse files
Bump actions/upload-artifact from 4 to 5 (#521)
1 parent 6658c93 commit ed06ecb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- run: npm ci
3030
- run: npm run test
3131
# Upload coverage for sonarcube (only matching OS and one node version required)
32-
- uses: actions/upload-artifact@v4
32+
- uses: actions/upload-artifact@v5
3333
if: ${{ matrix.node-version == '22.x' }}
3434
with:
3535
name: code-coverage-${{ matrix.os }}-${{matrix.node-version}}

.github/workflows/e2e-browser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
E2E_TEST_USER: ${{ secrets.E2E_TEST_USER }}
4848
E2E_TEST_PASSWORD: ${{ secrets.E2E_TEST_PASSWORD }}
4949
- name: Archive browser-based end-to-end test request logs
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v5
5151
if: failure()
5252
continue-on-error: true
5353
with:

0 commit comments

Comments
 (0)