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 2020 runs-on : ubuntu-latest
2121 steps :
2222 - uses : actions/checkout@v5
23- - uses : actions/setup-node@v5
23+ - uses : actions/setup-node@v6
2424 with :
2525 node-version-file : package.json
2626 cache : npm
@@ -29,11 +29,11 @@ jobs:
2929 - run : npm run format-check
3030 - run : npm run lint
3131 - run : npm run test
32- - uses : actions/upload-artifact@v4
32+ - uses : actions/upload-artifact@v5
3333 with :
3434 name : dist
3535 path : dist
36- - uses : actions/upload-artifact@v4
36+ - uses : actions/upload-artifact@v5
3737 with :
3838 name : action.yml
3939 path : action.yml
@@ -48,12 +48,12 @@ jobs:
4848 steps :
4949 - uses : actions/checkout@v5
5050 - if : matrix.target == 'built' || github.event_name == 'pull_request'
51- uses : actions/download-artifact@v5
51+ uses : actions/download-artifact@v6
5252 with :
5353 name : dist
5454 path : dist
5555 - if : matrix.target == 'built' || github.event_name == 'pull_request'
56- uses : actions/download-artifact@v5
56+ uses : actions/download-artifact@v6
5757 with :
5858 name : action.yml
5959 path : .
@@ -111,7 +111,7 @@ jobs:
111111 runs-on : ubuntu-latest
112112 steps :
113113 - uses : actions/checkout@v5
114- - uses : actions/download-artifact@v5
114+ - uses : actions/download-artifact@v6
115115 with :
116116 name : dist
117117 path : dist
You can’t perform that action at this time.
0 commit comments