We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd3e4e commit e5cd1cfCopy full SHA for e5cd1cf
1 file changed
.github/workflows/mutation-testing.yml
@@ -12,12 +12,12 @@ jobs:
12
contents: read # for actions/checkout
13
steps:
14
- name: Checkout repo
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
with:
17
persist-credentials: false
18
19
- name: Setup Node.js
20
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
21
22
cache: npm
23
node-version-file: '.node-version'
@@ -29,7 +29,7 @@ jobs:
29
run: npm run testonly:mutate
30
31
- name: Upload mutation testing report
32
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
33
34
name: mutationTestingReport
35
path: ./reports/mutation/mutation.html
0 commit comments