Skip to content

Commit fd6047c

Browse files
authored
Fix check-dist workflow triggers and update actions
1 parent 702cec8 commit fd6047c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/check-dist.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,16 @@ on:
99
push:
1010
branches:
1111
- main
12-
paths-ignore:
13-
- "**.md"
1412
pull_request:
15-
paths-ignore:
16-
- "**.md"
1713
merge_group:
1814
workflow_dispatch:
1915

2016
jobs:
2117
check-dist:
2218
runs-on: ubuntu-latest
2319
steps:
24-
- uses: actions/checkout@v3
25-
- uses: actions/setup-node@v3
20+
- uses: actions/checkout@v4
21+
- uses: actions/setup-node@v4
2622
with:
2723
node-version: 20.x
2824
- run: npm ci
@@ -40,7 +36,7 @@ jobs:
4036
id: diff
4137

4238
# If index.js was different than expected, upload the expected version as an artifact
43-
- uses: actions/upload-artifact@v3
39+
- uses: actions/upload-artifact@v4
4440
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
4541
with:
4642
name: dist

0 commit comments

Comments
 (0)