File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 - run : npm run format-check
2525 - run : npm run lint
2626 - run : npm run test
27- - uses : actions/upload-artifact@v4
27+ - uses : actions/upload-artifact@v5
2828 with :
2929 name : dist
3030 path : dist
31- - uses : actions/upload-artifact@v4
31+ - uses : actions/upload-artifact@v5
3232 with :
3333 name : action.yml
3434 path : action.yml
@@ -42,12 +42,12 @@ jobs:
4242 steps :
4343 - uses : actions/checkout@v5
4444 - if : matrix.target == 'built' || github.event_name == 'pull_request'
45- uses : actions/download-artifact@v5
45+ uses : actions/download-artifact@v6
4646 with :
4747 name : dist
4848 path : dist
4949 - if : matrix.target == 'built' || github.event_name == 'pull_request'
50- uses : actions/download-artifact@v5
50+ uses : actions/download-artifact@v6
5151 with :
5252 name : action.yml
5353 path : .
@@ -166,7 +166,7 @@ jobs:
166166 runs-on : ubuntu-latest
167167 steps :
168168 - uses : actions/checkout@v5
169- - uses : actions/download-artifact@v5
169+ - uses : actions/download-artifact@v6
170170 with :
171171 name : dist
172172 path : dist
You can’t perform that action at this time.
0 commit comments