File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 name : lint
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v5
1515 - run : corepack enable
1616 - run : yarn
1717 - run : yarn lint
2929 runs-on : ${{ matrix.os }}
3030 continue-on-error : true
3131 steps :
32- - uses : actions/checkout@v3
33- - uses : actions/setup-node@v3
32+ - uses : actions/checkout@v5
33+ - uses : actions/setup-node@v5
3434 with :
3535 node-version : ${{ matrix.node-version }}
3636 - run : corepack enable
@@ -93,21 +93,21 @@ jobs:
9393 KNOWN_APP_DOMAINS : lbry.tv,lbry.lat,odysee.com
9494 CHANNEL_STAKED_LEVEL_VIDEO_COMMENTS : 0
9595
96- - uses : actions/upload-artifact@v2.2.4
96+ - uses : actions/upload-artifact@v4
9797 if : |
9898 startsWith(runner.os, 'linux')
9999 with :
100100 name : Linux
101101 path : ./dist/electron/*.*
102102
103- - uses : actions/upload-artifact@v2.2.4
103+ - uses : actions/upload-artifact@v4
104104 if : |
105105 startsWith(runner.os, 'mac')
106106 with :
107107 name : macOS
108108 path : ./dist/electron/*.*
109109
110- - uses : actions/upload-artifact@v2.2.4
110+ - uses : actions/upload-artifact@v4
111111 if : |
112112 startsWith(runner.os, 'windows')
113113 with :
You can’t perform that action at this time.
0 commit comments