File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 permissions :
1313 contents : read
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 repository : SiaFoundation/fuzz
1818 token : ${{ secrets.FOUNDATION_READ_TOKEN }}
2424
2525 - name : Run
2626 run : ./fuzzer fuzz
27- - uses : actions/upload-artifact@v4
27+ - uses : actions/upload-artifact@v6
2828 with :
2929 # Name of the artifact to upload.
3030 # Optional. Default is 'artifact'
Original file line number Diff line number Diff line change 1212 if : " !contains(github.event.head_commit.message, 'chore: prepare release')" # Skip merges from releases
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4.2.2
15+ - uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818 - name : Configure Git
Original file line number Diff line number Diff line change 1313 prepare-release :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4.2.2
16+ - uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919 - name : Configure Git
Original file line number Diff line number Diff line change 2525 network : [zen]
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v4.2.2
28+ uses : actions/checkout@v5
2929 - name : Setup Go
3030 uses : actions/setup-go@v5
3131 - name : Sync
You can’t perform that action at this time.
0 commit comments