This repository was archived by the owner on Jul 24, 2024. It is now read-only.
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 3434 - name : Run tests
3535 run : npm test
3636
37- - uses : actions/upload-artifact@v3
37+ - uses : actions/upload-artifact@v4
3838 if : github.repository_owner == 'sass' && github.event_name != 'pull_request'
3939 with :
4040 name : ${{ matrix.node }}
Original file line number Diff line number Diff line change 5555 - name : Run tests
5656 run : npm test
5757
58- - uses : actions/upload-artifact@v3
58+ - uses : actions/upload-artifact@v4
5959 if : github.repository_owner == 'sass' && github.event_name != 'pull_request'
6060 with :
6161 name : ${{ matrix.node }}
Original file line number Diff line number Diff line change 3535 - name : Run tests
3636 run : npm test
3737
38- - uses : actions/upload-artifact@v3
38+ - uses : actions/upload-artifact@v4
3939 if : github.repository_owner == 'sass' && github.event_name != 'pull_request'
4040 with :
4141 name : ${{ matrix.node }}
Original file line number Diff line number Diff line change 4040 - name : Run tests
4141 run : npm test
4242
43- - uses : actions/upload-artifact@v3
43+ - uses : actions/upload-artifact@v4
4444 if : github.repository_owner == 'sass' && github.event_name != 'pull_request'
4545 with :
4646 name : ${{ matrix.node }}-${{ matrix.architecture }}
You can’t perform that action at this time.
0 commit comments