diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-10-09 15:37:12 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-10-09 15:37:12 -0400 |
commit | 5ea2dc6a9e724ddf19238ca0439e73409c63d13c (patch) | |
tree | e8ad274f48558cfd372a4965305d61518ee3d68d /.github/workflows | |
parent | 28527efb83161905e924cfc9d08391c0db737ec3 (diff) | |
download | abaddon-portaudio-5ea2dc6a9e724ddf19238ca0439e73409c63d13c.tar.gz abaddon-portaudio-5ea2dc6a9e724ddf19238ca0439e73409c63d13c.zip |
meow
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdfa8f3..a3ef6a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: if_false: "${{ matrix.buildtype }}" - name: Upload build (2) - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: build-windows-msys2-${{ steps.buildname.outputs.value }} path: build/artifactdir @@ -167,7 +167,7 @@ jobs: cp -r "${{ github.workspace }}/res/res" "${artifact_dir}/res" - name: Upload build - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: build-macos-${{ matrix.buildtype }} path: build/artifactdir @@ -225,7 +225,7 @@ jobs: cp -r "${{ github.workspace }}/res/res" "${artifact_dir}/res" - name: Upload build - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: build-linux-${{ matrix.buildtype }} path: ${{ runner.workspace }}/artifactdir |