churn
This commit is contained in:
parent
7853bbf723
commit
453d78dee4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload patch
|
- name: Upload patch
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: patch
|
name: patch
|
||||||
path: ~/pre-commit.patch
|
path: ~/pre-commit.patch
|
||||||
|
|
@ -58,7 +58,7 @@ jobs:
|
||||||
run: python -mbuild
|
run: python -mbuild
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: dist
|
name: dist
|
||||||
path: dist/*
|
path: dist/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue