Skip to content

Commit 66ed2e2

Browse files
committed
GITHUB: update workflows
1 parent f5ca9f5 commit 66ed2e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/dune.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Prepare tar file for upload
3232
run: tar -hcvf artifacts.tar CodeHawk/_build/install/default/bin/*
3333
- name: Upload artifacts tar file
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: artifacts-${{ matrix.ocaml-compiler }}
3737
path: artifacts.tar
@@ -54,7 +54,7 @@ jobs:
5454
- name: Delete submitted prebuilts
5555
run: rm -f chb/bin/binaries/linux/chx86_analyze
5656
- name: Download artifacts tar
57-
uses: actions/download-artifact@v3
57+
uses: actions/download-artifact@v4
5858
with:
5959
name: artifacts-${{ matrix.ocaml-compiler }}
6060
- name: Extract artifacts
@@ -84,7 +84,7 @@ jobs:
8484
rm -f chc/bin/linux/parseFile
8585
rm -f chc/bin/linux/canalyzer
8686
- name: Download artifacts tar
87-
uses: actions/download-artifact@v3
87+
uses: actions/download-artifact@v4
8888
with:
8989
name: artifacts-${{ matrix.ocaml-compiler }}
9090
- name: Extract artifacts

.github/workflows/makefiles.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Prepare tar file for upload
2525
run: tar -cvf artifacts.tar CodeHawk/CHB/bchcmdline/chx86_analyze CodeHawk/CHC/cchcil/parseFile CodeHawk/CHC/cchcmdline/canalyzer
2626
- name: Upload artifacts tar file
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: artifacts-${{ matrix.ocaml-compiler }}
3030
path: artifacts.tar
@@ -45,7 +45,7 @@ jobs:
4545
- name: Delete submitted prebuilts
4646
run: rm -f chb/bin/binaries/linux/chx86_analyze
4747
- name: Download artifacts tar
48-
uses: actions/download-artifact@v3
48+
uses: actions/download-artifact@v4
4949
with:
5050
name: artifacts-${{ matrix.ocaml-compiler }}
5151
- name: Extract artifacts
@@ -73,7 +73,7 @@ jobs:
7373
rm -f chc/bin/linux/parseFile
7474
rm -f chc/bin/linux/canalyzer
7575
- name: Download artifacts tar
76-
uses: actions/download-artifact@v3
76+
uses: actions/download-artifact@v4
7777
with:
7878
name: artifacts-${{ matrix.ocaml-compiler }}
7979
- name: Extract artifacts

0 commit comments

Comments
 (0)