Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
figure-renovate[bot] committed Mar 25, 2024
1 parent ae3a5db commit 4f09d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Publish Test Report
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-report
path: '**/build/reports/tests/test/*'

0 comments on commit 4f09d48

Please sign in to comment.