Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4 (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent c6919bb commit 5fd2591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
build 2>&1 | tee test-output.log | xcbeautify
- name: Upload test log file on error
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: Test Output ${{ matrix.os }}.log
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
build 2>&1 | tee test-output.log | xcbeautify
- name: Upload test log file on error
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: Test Output ${{ matrix.os }}.log
Expand Down

0 comments on commit 5fd2591

Please sign in to comment.