This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
- name : Run tests
35
35
run : npm test
36
36
37
- - uses : actions/upload-artifact@v3
37
+ - uses : actions/upload-artifact@v4
38
38
if : github.repository_owner == 'sass' && github.event_name != 'pull_request'
39
39
with :
40
40
name : ${{ matrix.node }}
Original file line number Diff line number Diff line change 55
55
- name : Run tests
56
56
run : npm test
57
57
58
- - uses : actions/upload-artifact@v3
58
+ - uses : actions/upload-artifact@v4
59
59
if : github.repository_owner == 'sass' && github.event_name != 'pull_request'
60
60
with :
61
61
name : ${{ matrix.node }}
Original file line number Diff line number Diff line change 35
35
- name : Run tests
36
36
run : npm test
37
37
38
- - uses : actions/upload-artifact@v3
38
+ - uses : actions/upload-artifact@v4
39
39
if : github.repository_owner == 'sass' && github.event_name != 'pull_request'
40
40
with :
41
41
name : ${{ matrix.node }}
Original file line number Diff line number Diff line change 40
40
- name : Run tests
41
41
run : npm test
42
42
43
- - uses : actions/upload-artifact@v3
43
+ - uses : actions/upload-artifact@v4
44
44
if : github.repository_owner == 'sass' && github.event_name != 'pull_request'
45
45
with :
46
46
name : ${{ matrix.node }}-${{ matrix.architecture }}
You can’t perform that action at this time.
0 commit comments