File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151
5252 - name : Upload comparison artifacts
5353 if : always()
54- uses : actions/upload-artifact@v6
54+ uses : actions/upload-artifact@v7
5555 with :
5656 name : compare-harness-${{ steps.prepare.outputs.run-id }}
5757 path : .pipeline-runs/compare/${{ steps.prepare.outputs.run-id }}
Original file line number Diff line number Diff line change 9696 rm -rf build-output
9797 - name : Upload pipeline data for validation
9898 if : always()
99- uses : actions/upload-artifact@v4
99+ uses : actions/upload-artifact@v7
100100 with :
101101 name : website-data
102102 path : website/data/skipped_modules.json
@@ -125,7 +125,7 @@ jobs:
125125 node-version : lts/*
126126
127127 - name : Download pipeline data
128- uses : actions/download-artifact@v7
128+ uses : actions/download-artifact@v8
129129 with :
130130 name : website-data
131131 path : website/data
@@ -135,7 +135,7 @@ jobs:
135135
136136 - name : Upload skipped modules report (if validation failed)
137137 if : failure()
138- uses : actions/upload-artifact@v4
138+ uses : actions/upload-artifact@v7
139139 with :
140140 name : skipped-modules-report
141141 path : website/data/skipped_modules.json
Original file line number Diff line number Diff line change 4242 uses : actions/configure-pages@v5
4343
4444 - name : Upload artifact
45- uses : actions/upload-pages-artifact@v3
45+ uses : actions/upload-pages-artifact@v4
4646 with :
4747 # Upload the website folder
4848 path : " ./website"
Original file line number Diff line number Diff line change 2121 token : ${{ secrets.GITHUB_TOKEN }}
2222
2323 - name : Setup Node.js
24- uses : actions/setup-node@v4
24+ uses : actions/setup-node@v6
2525 with :
2626 node-version : " 20"
2727 cache : " npm"
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v4
2121
2222 - name : Setup Node.js
23- uses : actions/setup-node@v4
23+ uses : actions/setup-node@v6
2424 with :
2525 node-version : " 20"
2626 cache : " npm"
You can’t perform that action at this time.
0 commit comments