Skip to content

Commit

Permalink
Updated upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
eycorsican committed Oct 5, 2024
1 parent b9fa3dd commit b464ca4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ jobs:
- name: upload assets
if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: leaf-${{ matrix.target }}.exe
path: leaf-${{ matrix.target }}.exe

- name: upload assets
if: ${{ matrix.target != 'x86_64-pc-windows-gnu' }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: leaf-${{ matrix.target }}
path: leaf-${{ matrix.target }}
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
mv target/${{ matrix.target }}/release/leaf leaf-${{ matrix.target }}
- name: upload assets
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: leaf-${{ matrix.target }}
path: leaf-${{ matrix.target }}
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
zip -r leaf.xcframework.zip leaf.xcframework
- name: upload assets
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: leaf.xcframework.zip
path: leaf.xcframework.zip
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
zip -r leaf-android-libs.zip leaf-android-libs
- name: upload assets
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: leaf-android-libs.zip
path: leaf-android-libs.zip

0 comments on commit b464ca4

Please sign in to comment.