@@ -68,40 +68,40 @@ jobs:
6868 export : CI ALLOW_DIFF COQCHKEXTRAFLAGS GITHUB_STEP_SUMMARY
6969 custom_script : etc/ci/github-actions-docker-make.sh ${EXTRA_GH_REPORTIFY} -j2 pre-standalone-extracted
7070 - name : upload OCaml files
71- uses : actions/upload-artifact@v4
71+ uses : actions/upload-artifact@v5
7272 with :
7373 name : ExtractionOCaml-${{ matrix.env.COQ_VERSION }}
7474 path : src/ExtractionOCaml
7575 if : always ()
7676 - name : upload js_of_ocaml source files
77- uses : actions/upload-artifact@v4
77+ uses : actions/upload-artifact@v5
7878 with :
7979 name : ExtractionJsOfOCaml-source-${{ matrix.env.COQ_VERSION }}
8080 path : src/ExtractionJsOfOCaml
8181 if : always ()
8282 - name : upload Haskell source files
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v5
8484 with :
8585 name : ExtractionHaskell-source-${{ matrix.env.COQ_VERSION }}
8686 path : src/ExtractionHaskell
8787 if : always ()
8888 - name : install-standalone-unified-ocaml
8989 run : make -f Makefile.standalone install-standalone-unified-ocaml BINDIR=dist
9090 - name : upload standalone files
91- uses : actions/upload-artifact@v4
91+ uses : actions/upload-artifact@v5
9292 with :
9393 name : standalone-docker-coq-${{ matrix.env.DOCKER_COQ_VERSION }}
9494 path : dist/fiat_crypto
9595 - run : git config --file .gitmodules --get-regexp path | awk '{ print $2 }' | xargs tar -czvf fiat-crypto-build.tar.gz src
9696 - name : Upload built files
97- uses : actions/upload-artifact@v4
97+ uses : actions/upload-artifact@v5
9898 with :
9999 name : build-outputs-docker-coq-${{ matrix.env.DOCKER_COQ_VERSION }}-ocaml-${{ matrix.env.DOCKER_OCAML_VERSION }}
100100 path : fiat-crypto-build.tar.gz
101101 - run : find . -name "*.timing" | xargs tar -czvf timing-files.tgz
102102 if : failure()
103103 - name : upload generated timing files
104- uses : actions/upload-artifact@v4
104+ uses : actions/upload-artifact@v5
105105 with :
106106 name : timing-files-${{ matrix.env.COQ_VERSION }}
107107 path : timing-files.tgz
@@ -238,13 +238,13 @@ jobs:
238238 - name : install-standalone-js-of-ocaml
239239 run : make -f Makefile.standalone install-standalone-js-of-ocaml
240240 - name : upload js_of_ocaml build files
241- uses : actions/upload-artifact@v4
241+ uses : actions/upload-artifact@v5
242242 with :
243243 name : ExtractionJsOfOCaml-${{ matrix.coq-version }}-ocaml-${{ matrix.ocaml-compiler }}
244244 path : src/ExtractionJsOfOCaml
245245 if : always ()
246246 - name : Upload js_of_ocaml outputs
247- uses : actions/upload-artifact@v4
247+ uses : actions/upload-artifact@v5
248248 with :
249249 name : fiat-html-js-of-ocaml
250250 path : fiat-html
@@ -287,13 +287,13 @@ jobs:
287287 - name : install-standalone-wasm-of-ocaml
288288 run : make -f Makefile.standalone install-standalone-wasm-of-ocaml
289289 - name : upload wasm_of_ocaml build files
290- uses : actions/upload-artifact@v4
290+ uses : actions/upload-artifact@v5
291291 with :
292292 name : ExtractionJsOfOCaml-${{ matrix.coq-version }}-ocaml-${{ matrix.ocaml-compiler }}+wasm
293293 path : src/ExtractionJsOfOCaml
294294 if : always ()
295295 - name : Upload wasm_of_ocaml outputs
296- uses : actions/upload-artifact@v4
296+ uses : actions/upload-artifact@v5
297297 with :
298298 name : fiat-html-wasm-of-ocaml
299299 path : fiat-html
@@ -379,7 +379,7 @@ jobs:
379379 - run : tar -czvf generated-files.tgz fiat-*/
380380 if : failure()
381381 - name : upload generated files
382- uses : actions/upload-artifact@v4
382+ uses : actions/upload-artifact@v5
383383 with :
384384 name : generated-files-${{ matrix.coq-version }}
385385 path : generated-files.tgz
@@ -473,7 +473,7 @@ jobs:
473473 - name : standalone-haskell
474474 run : etc/ci/github-actions-make.sh -f Makefile.standalone -j1 standalone-haskell GHCFLAGS='+RTS -M9G -RTS'
475475 - name : upload Haskell files
476- uses : actions/upload-artifact@v4
476+ uses : actions/upload-artifact@v5
477477 with :
478478 name : ExtractionHaskell-${{ matrix.coq-version }}
479479 path : src/ExtractionHaskell
0 commit comments