fix artifacts
This commit is contained in:
parent
04640cccbe
commit
1350740c98
2 changed files with 4 additions and 4 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
environment: 'production'
|
environment: 'production'
|
||||||
steps:
|
steps:
|
||||||
- name: Download docs
|
- name: Download docs
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: docs
|
name: docs
|
||||||
path: docs/
|
path: docs/
|
||||||
|
|
|
||||||
6
.github/workflows/test-and-publish.yml
vendored
6
.github/workflows/test-and-publish.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
echo "Next tag is ${PUBLISH_TAG}"
|
echo "Next tag is ${PUBLISH_TAG}"
|
||||||
echo "${PUBLISH_TAG}" > publish-tag.txt
|
echo "${PUBLISH_TAG}" > publish-tag.txt
|
||||||
- name: Upload versions
|
- name: Upload versions
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: versions
|
name: versions
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
@ -82,7 +82,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Download versions
|
- name: Download versions
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: versions
|
name: versions
|
||||||
- name: Store version
|
- name: Store version
|
||||||
|
|
@ -141,7 +141,7 @@ jobs:
|
||||||
# HACK: Restore npm package name
|
# HACK: Restore npm package name
|
||||||
sed -i 's/^ "name":.*/ "name": "diff2html",/g' package.json
|
sed -i 's/^ "name":.*/ "name": "diff2html",/g' package.json
|
||||||
- name: Upload docs
|
- name: Upload docs
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: docs
|
name: docs
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue