File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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
@@ -50,12 +50,12 @@ jobs:
5050 with :
5151 ref : main
5252 - if : matrix.target == 'built' || github.event_name == 'pull_request'
53- uses : actions/download-artifact@v5
53+ uses : actions/download-artifact@v6
5454 with :
5555 name : dist
5656 path : dist
5757 - if : matrix.target == 'built' || github.event_name == 'pull_request'
58- uses : actions/download-artifact@v5
58+ uses : actions/download-artifact@v6
5959 with :
6060 name : action.yml
6161 path : .
@@ -119,7 +119,7 @@ jobs:
119119 runs-on : ubuntu-latest
120120 steps :
121121 - uses : actions/checkout@v5
122- - uses : actions/download-artifact@v5
122+ - uses : actions/download-artifact@v6
123123 with :
124124 name : dist
125125 path : dist
You can’t perform that action at this time.
0 commit comments