File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 outputs :
1111 output1 : ${{ steps.step1.outputs.test }}
1212 steps :
13- - uses : actions/checkout@v3.1.0
13+ - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0
1616 - name : Update Build Number
@@ -30,12 +30,12 @@ jobs:
3030 os : [ubuntu-latest, windows-latest, macos-latest]
3131
3232 steps :
33- - uses : actions/checkout@v3.1.0
33+ - uses : actions/checkout@v4
3434 with :
3535 fetch-depth : 0
3636
3737 - name : Setup Python
38- uses : actions/setup-python@v4.3.0
38+ uses : actions/setup-python@v5
3939 with :
4040 python-version : 3.9
4141 cache : ' pip'
5656 if : matrix.os == 'ubuntu-latest'
5757
5858 - name : Upload Wheel
59- uses : actions/upload-artifact@v3.1.0
59+ uses : actions/upload-artifact@v4
6060 with :
6161 name : pros-cli-wheel-${{needs.update_build_number.outputs.output1}}
6262 path : dist/*
8989 mv intercept-c++ pros
9090
9191 - name : Upload Artifact
92- uses : actions/upload-artifact@v3.1.0
92+ uses : actions/upload-artifact@v4
9393 with :
9494 name : ${{ matrix.os }}-${{needs.update_build_number.outputs.output1}}
9595 path : dist/pros/*
You can’t perform that action at this time.
0 commit comments