mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 01:47:03 +05:30
chore(deps): update actions/upload-artifact action to v4.2.0
This commit is contained in:
parent
1885859d2f
commit
a7f6658b85
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
|
|
||||||
- name: (Fail-only) Upload test report
|
- name: (Fail-only) Upload test report
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
|
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
|
||||||
with:
|
with:
|
||||||
name: Test report
|
name: Test report
|
||||||
path: '**/build/reports/tests/**'
|
path: '**/build/reports/tests/**'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue