mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-06-06 19:16:13 +02:00
Fix build.yml
This commit is contained in:
parent
d60ef72fa7
commit
26bfa8d6de
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -86,19 +86,19 @@ jobs:
|
|||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Upload repo
|
- name: Upload repo
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: v8-code-style-repository
|
name: v8-code-style-repository
|
||||||
path: repositories/com.e1c.v8codestyle.repository/target/repository/
|
path: repositories/com.e1c.v8codestyle.repository/target/repository/
|
||||||
|
|
||||||
- name: Upload SDK repo
|
- name: Upload SDK repo
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: v8-code-style-repository-sdk
|
name: v8-code-style-repository-sdk
|
||||||
path: repositories/com.e1c.v8codestyle.repository.sdk/target/repository/
|
path: repositories/com.e1c.v8codestyle.repository.sdk/target/repository/
|
||||||
|
|
||||||
- name: Upload JaCoCo exec data
|
- name: Upload JaCoCo exec data
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: jacoco
|
name: jacoco
|
||||||
@ -106,7 +106,7 @@ jobs:
|
|||||||
./**/target/site/jacoco*/
|
./**/target/site/jacoco*/
|
||||||
|
|
||||||
- name: Upload test logs on failure
|
- name: Upload test logs on failure
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: logs
|
name: logs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user