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 @@ -64,15 +64,15 @@ jobs:
6464 run : |
6565 echo ${{ github.event.pull_request.number }} | tee pr_number.txt
6666 - name : Upload mypy_primer diff + PR number
67- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
67+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6868 if : ${{ matrix.shard-index == 0 }}
6969 with :
7070 name : mypy_primer_diffs-${{ matrix.shard-index }}
7171 path : |
7272 diff_${{ matrix.shard-index }}.txt
7373 pr_number.txt
7474 - name : Upload mypy_primer diff
75- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
75+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7676 if : ${{ matrix.shard-index != 0 }}
7777 with :
7878 name : mypy_primer_diffs-${{ matrix.shard-index }}
8686 contents : read
8787 steps :
8888 - name : Merge artifacts
89- uses : actions/upload-artifact/merge@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
89+ uses : actions/upload-artifact/merge@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9090 with :
9191 name : mypy_primer_diffs
9292 pattern : mypy_primer_diffs-*
You can’t perform that action at this time.
0 commit comments