File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 - name : Compile
3030 run : " npm run compile"
3131 - name : Archive artifacts
32- uses : actions/upload-artifact@v4
32+ uses : actions/upload-artifact@v5
3333 with :
3434 name : build-artifacts-node-${{ matrix.node-version }}
3535 path : target/build/**/*
5656 - name : Checkout git repository
5757 uses : actions/checkout@v5
5858 - uses : ./.github/actions/setup
59- - uses : actions/download-artifact@v5
59+ - uses : actions/download-artifact@v6
6060 with :
6161 name : build-artifacts-node-${{ matrix.node-version }}
6262 path : target/build
7676 - name : Checkout git repository
7777 uses : actions/checkout@v5
7878 - uses : ./.github/actions/setup
79- - uses : actions/download-artifact@v5
79+ - uses : actions/download-artifact@v6
8080 with :
8181 name : build-artifacts-node-${{ matrix.node-version }}
8282 path : target/build
You can’t perform that action at this time.
0 commit comments