Skip to content

Commit 5845053

Browse files
chore(deps): bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 288eb5c commit 5845053

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: npm run build
2626
- run: npm test
2727
# Upload coverage for sonarcube (only matching OS and one node version required)
28-
- uses: actions/upload-artifact@v6
28+
- uses: actions/upload-artifact@v7
2929
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '24.x' }}
3030
with:
3131
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
@@ -41,7 +41,7 @@ jobs:
4141
E2E_TEST_NOTIFICATION_GATEWAY: ${{ secrets.E2E_TEST_NOTIFICATION_GATEWAY }}
4242
E2E_TEST_IDP: ${{ secrets.E2E_TEST_IDP }}
4343
- name: Archive browser-based end-to-end test request logs
44-
uses: actions/upload-artifact@v6
44+
uses: actions/upload-artifact@v7
4545
if: failure()
4646
continue-on-error: true
4747
with:

0 commit comments

Comments
 (0)