From cf0ca51afc37ddc059b7832fb6818a751762ed04 Mon Sep 17 00:00:00 2001 From: Chen Kasirer Date: Tue, 19 Nov 2024 11:55:01 +0100 Subject: [PATCH 1/2] updated action version due to deprecation --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ee9f05..028f627 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: source: examples/ipy target: build - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: ipy_ghuser-components path: build \ No newline at end of file From 251f4a009f2dc3f541337f45992b9f193a006b84 Mon Sep 17 00:00:00 2001 From: Chen Kasirer Date: Tue, 19 Nov 2024 11:57:26 +0100 Subject: [PATCH 2/2] oops another one --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 028f627..a32b960 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: target: build interpreter: cpython - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: cpy_ghuser-components path: build