Skip to content

Commit 0c531cc

Browse files
auto dependabot: bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 835d8ff commit 0c531cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test_validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: npm run lint:eslint:loud
2929
- run: npm run prettier:check
3030
- name: Archive dist folders # archive dist folders to verify if they are transpiled correctly and available for publishing
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v5
3232
with:
3333
name: dist folders ${{ matrix.node-version }}
3434
path: |
@@ -89,7 +89,7 @@ jobs:
8989
output: both
9090
badge: true
9191
- name: Archive coverage files
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v5
9393
with:
9494
name: Coverage files for ${{ matrix.coverage.name }}
9595
path: ${{ matrix.coverage.path }}

0 commit comments

Comments
 (0)