Skip to content

Commit

Permalink
upload artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox committed Aug 17, 2024
1 parent 49b3eee commit 9380089
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: python3 make.py archive-${{ matrix.config.target }}

- name: Save
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: artifact-${{ matrix.config.target }}
path: ${{ matrix.config.target }}.tgz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: python3 make.py archive-${{ matrix.config.target }}

- name: Save
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: artifact-${{ matrix.config.target }}
path: ${{ matrix.config.target }}.tgz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: python3 make.py archive-${{ matrix.config.target }}

- name: Save
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: artifact-${{ matrix.config.target }}
path: ${{ matrix.config.target }}.tgz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: python3 make.py archive-${{ matrix.config.target }}

- name: Save
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: artifact-${{ matrix.config.target }}
path: ${{ matrix.config.target }}.tgz
Expand Down

0 comments on commit 9380089

Please sign in to comment.