File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5656 password : ${{ secrets.GITHUB_TOKEN }}
5757
5858 steps :
59- - uses : actions/checkout@v3
59+ - uses : actions/checkout@v4
6060 with :
6161 fetch-depth : 0
6262 token : ${{ secrets.GH_CI_PAT }}
8080 echo "${{github.sha}}" > commit.txt
8181
8282 - name : upload artifact
83- uses : actions/upload-artifact@v3
83+ uses : actions/upload-artifact@v4
8484 with :
8585 name : wpt-results
8686 path : |
@@ -104,7 +104,7 @@ jobs:
104104
105105 steps :
106106 - name : download artifact
107- uses : actions/download-artifact@v3
107+ uses : actions/download-artifact@v4
108108 with :
109109 name : wpt-results
110110
Original file line number Diff line number Diff line change 3535 zig_fmt_errs : ${{ steps.fmt.outputs.zig_fmt_errs }}
3636
3737 steps :
38- - uses : actions/checkout@v3
38+ - uses : actions/checkout@v4
3939 with :
4040 fetch-depth : 0
4141
Original file line number Diff line number Diff line change 5454 password : ${{ secrets.GITHUB_TOKEN }}
5555
5656 steps :
57- - uses : actions/checkout@v3
57+ - uses : actions/checkout@v4
5858 with :
5959 fetch-depth : 0
6060 token : ${{ secrets.GH_CI_PAT }}
8080 password : ${{ secrets.GITHUB_TOKEN }}
8181
8282 steps :
83- - uses : actions/checkout@v3
83+ - uses : actions/checkout@v4
8484 with :
8585 fetch-depth : 0
8686 token : ${{ secrets.GH_CI_PAT }}
@@ -106,7 +106,7 @@ jobs:
106106 password : ${{ secrets.GITHUB_TOKEN }}
107107
108108 steps :
109- - uses : actions/checkout@v3
109+ - uses : actions/checkout@v4
110110 with :
111111 fetch-depth : 0
112112 token : ${{ secrets.GH_CI_PAT }}
@@ -123,7 +123,7 @@ jobs:
123123 echo "${{github.sha}}" > commit.txt
124124
125125 - name : upload artifact
126- uses : actions/upload-artifact@v3
126+ uses : actions/upload-artifact@v4
127127 with :
128128 name : bench-results
129129 path : |
@@ -147,7 +147,7 @@ jobs:
147147
148148 steps :
149149 - name : download artifact
150- uses : actions/download-artifact@v3
150+ uses : actions/download-artifact@v4
151151 with :
152152 name : bench-results
153153
You can’t perform that action at this time.
0 commit comments