File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171 mv ./test/cyclonus/cyclonus-test.txt ./cyclonus-test_${{ matrix.profile }}.txt
7272
7373 - name : " Upload Logs"
74- uses : actions/upload-artifact@v4
74+ uses : actions/upload-artifact@v5
7575 if : always()
7676 with :
7777 name : logs-${{ matrix.profile }}
Original file line number Diff line number Diff line change 7878 mv ./test/cyclonus/cyclonus-test.txt ./cyclonus-test_${{ matrix.profile }}.txt
7979
8080 - name : ' Upload Logs'
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v5
8282 if : always()
8383 with :
8484 name : logs-${{ matrix.profile }}
Original file line number Diff line number Diff line change 2626 run : make bpf-lib && go generate ./...
2727
2828 - name : Upload generated code
29- uses : actions/upload-artifact@v4
29+ uses : actions/upload-artifact@v5
3030 with :
3131 name : generated-bpf-program-code
3232 path : ./bpf-prog/azure-block-iptables/pkg/blockservice
You can’t perform that action at this time.
0 commit comments