From 89757868f4db7fdd6b0226c4f4c71a3ec2fd6dec Mon Sep 17 00:00:00 2001 From: Paul Koch Date: Wed, 24 Jul 2024 16:41:32 -0700 Subject: [PATCH] asdf --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5878bd274..05a3c6dc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: push: branches: - develop - - pk-actions + - pk-actions # TODO remove this and make it work on all branches and PRs workflow_dispatch: schedule: - cron: "0 12 * * *" @@ -58,8 +58,8 @@ jobs: artifact_name: "libebm_win_debug_64" runs-on: ${{ matrix.image }} steps: - - name: Check out repository - uses: actions/checkout@v2 + - name: Check out repo + uses: actions/checkout@v4 - name: Build on Windows if: startsWith(matrix.image, 'windows') run: | @@ -76,13 +76,13 @@ jobs: run: | /bin/sh ./build.sh ${{ matrix.options }} ${{ matrix.asm }} - name: Publish native shared library - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.artifact_name }} path: bld/lib - name: Publish assembly x64 if: ${{ matrix.asm != '' }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: asm-${{ matrix.artifact_name }} path: bld/asm/