File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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@v2
38
+ - uses : actions/upload-artifact@v3
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 61
61
- name : Run tests
62
62
run : npm test
63
63
64
- - uses : actions/upload-artifact@v2
64
+ - uses : actions/upload-artifact@v3
65
65
if : github.repository_owner == 'sass' && github.event_name != 'pull_request'
66
66
with :
67
67
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@v2
38
+ - uses : actions/upload-artifact@v3
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 50
50
- name : Run tests
51
51
run : npm test
52
52
53
- - uses : actions/upload-artifact@v2
53
+ - uses : actions/upload-artifact@v3
54
54
if : github.repository_owner == 'sass' && github.event_name != 'pull_request'
55
55
with :
56
56
name : ${{ matrix.node }}-${{ matrix.architecture }}
You can’t perform that action at this time.
0 commit comments