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 2121 runs-on : ubuntu-latest
2222 steps :
2323 - uses : actions/checkout@v5
24- - uses : actions/setup-node@v5
24+ - uses : actions/setup-node@v6
2525 with :
2626 node-version-file : package.json
2727 cache : npm
@@ -30,11 +30,11 @@ jobs:
3030 - run : npm run format-check
3131 - run : npm run lint
3232 - run : npm run test
33- - uses : actions/upload-artifact@v4
33+ - uses : actions/upload-artifact@v5
3434 with :
3535 name : dist
3636 path : dist
37- - uses : actions/upload-artifact@v4
37+ - uses : actions/upload-artifact@v5
3838 with :
3939 name : action.yml
4040 path : action.yml
@@ -49,12 +49,12 @@ jobs:
4949 steps :
5050 - uses : actions/checkout@v5
5151 - if : matrix.target == 'built' || github.event_name == 'pull_request'
52- uses : actions/download-artifact@v5
52+ uses : actions/download-artifact@v6
5353 with :
5454 name : dist
5555 path : dist
5656 - if : matrix.target == 'built' || github.event_name == 'pull_request'
57- uses : actions/download-artifact@v5
57+ uses : actions/download-artifact@v6
5858 with :
5959 name : action.yml
6060 path : .
9494 steps :
9595 - uses : actions/checkout@v5
9696 - run : rm -rf dist
97- - uses : actions/download-artifact@v5
97+ - uses : actions/download-artifact@v6
9898 with :
9999 name : dist
100100 path : dist
You can’t perform that action at this time.
0 commit comments