File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
3232 - run : npm run format-check
3333 - run : npm run lint
3434 - run : npm run test
35- - uses : actions/upload-artifact@v5
35+ - uses : actions/upload-artifact@v6
3636 with :
3737 name : dist
3838 path : dist
39- - uses : actions/upload-artifact@v5
39+ - uses : actions/upload-artifact@v6
4040 with :
4141 name : action.yml
4242 path : action.yml
@@ -58,12 +58,12 @@ jobs:
5858 steps :
5959 - uses : actions/checkout@v6
6060 - if : matrix.target == 'built' || github.event_name == 'pull_request'
61- uses : actions/download-artifact@v6
61+ uses : actions/download-artifact@v7
6262 with :
6363 name : dist
6464 path : dist
6565 - if : matrix.target == 'built' || github.event_name == 'pull_request'
66- uses : actions/download-artifact@v6
66+ uses : actions/download-artifact@v7
6767 with :
6868 name : action.yml
6969 path : .
@@ -123,7 +123,7 @@ jobs:
123123 runs-on : ubuntu-latest
124124 steps :
125125 - uses : actions/checkout@v6
126- - uses : actions/download-artifact@v6
126+ - uses : actions/download-artifact@v7
127127 with :
128128 name : dist
129129 path : dist
You can’t perform that action at this time.
0 commit comments