File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : " Checkout"
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 with :
1616 ref : bixin_dev
1717
4242 nix-shell --run "poetry run ./legacy/script/cibuild"
4343
4444 - name : " Upload Artifacts"
45- uses : actions/upload-artifact@v3
45+ uses : actions/upload-artifact@v4
4646 with :
4747 name : firmware-${{ github.sha }}
4848 path : |
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : " Checkout"
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 with :
1616 ref : mini
1717
4242
4343
4444 - name : " Upload Artifacts"
45- uses : actions/upload-artifact@v3
45+ uses : actions/upload-artifact@v4
4646 with :
4747 name : firmware-${{ github.sha }}
4848 path : |
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : " Checkout"
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515
1616 - name : Populate vars
1717 id : vars
You can’t perform that action at this time.
0 commit comments