We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff48195 + 0c531cc commit 53c53efCopy full SHA for 53c53ef
.github/workflows/build_test_validate.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: npm run lint:eslint:loud
29
- run: npm run prettier:check
30
- name: Archive dist folders # archive dist folders to verify if they are transpiled correctly and available for publishing
31
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
32
with:
33
name: dist folders ${{ matrix.node-version }}
34
path: |
@@ -89,7 +89,7 @@ jobs:
89
output: both
90
badge: true
91
- name: Archive coverage files
92
93
94
name: Coverage files for ${{ matrix.coverage.name }}
95
path: ${{ matrix.coverage.path }}
0 commit comments