Skip to content

Commit

Permalink
Merge pull request #179 from bjornoleh/upload-artifact_v4
Browse files Browse the repository at this point in the history
build_trio.yml: use actions/upload-artifact@v4
  • Loading branch information
MikePlante1 authored May 16, 2024
2 parents f23b38a + cb222f7 commit c25cc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_trio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
# Upload Build artifacts
- name: Upload build log, IPA and Symbol artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: |
Expand Down

0 comments on commit c25cc55

Please sign in to comment.