File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5252 run : |
5353 echo "count=$(find .competitive-verifier/bundled/ -type f | wc -l)" >> $GITHUB_OUTPUT
5454 - name : Upload bundled
55- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
55+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5656 if : steps.test-bundled.outputs.count > 0
5757 with :
5858 name : Bundled-${{ runner.os }}
8585 env :
8686 YUKICODER_TOKEN : ${{secrets.YUKICODER_TOKEN}}
8787 - name : Upload result artifact
88- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
88+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8989 with :
9090 name : Result-${{ runner.os }}-${{ matrix.index }}
9191 path : ${{runner.temp}}/result.json
You can’t perform that action at this time.
0 commit comments