Skip to content

Commit 53c53ef

Browse files
authored
Merge pull request #1876 from microsoft/dependabot/github_actions/actions/upload-artifact-5
auto dependabot: bump actions/upload-artifact from 4 to 5
2 parents ff48195 + 0c531cc commit 53c53ef

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)