From a1112587dba565d79ef667df892dbc1bf1471dcd Mon Sep 17 00:00:00 2001 From: ".ruby" Date: Wed, 19 Nov 2025 14:17:58 -0800 Subject: [PATCH] try v4 of artifact actions --- .github/workflows/.githubCI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/.githubCI.yml b/.github/workflows/.githubCI.yml index cce77fd4..6c087ae3 100644 --- a/.github/workflows/.githubCI.yml +++ b/.github/workflows/.githubCI.yml @@ -18,7 +18,7 @@ jobs: run: ./.travis.sh shell: bash working-directory: ./ - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: wren-linux path: | @@ -36,7 +36,7 @@ jobs: run: ./.travis.sh shell: bash working-directory: ./ - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: wren-mac path: | @@ -58,4 +58,4 @@ jobs: name: wren-windows path: | bin/* - lib/* \ No newline at end of file + lib/*