Downgrade artifact
This commit is contained in:
parent
87f164a902
commit
6e8491867e
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
echo "v0.0.1" > version/version-${{ github.sha }}.txt
|
echo "v0.0.1" > version/version-${{ github.sha }}.txt
|
||||||
ls ${{ github.workspace}}
|
ls ${{ github.workspace}}
|
||||||
- name: upload artifact
|
- name: upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: version-@${{ github.sha }}.zip
|
name: version-@${{ github.sha }}.zip
|
||||||
path: version
|
path: version
|
||||||
@ -49,7 +49,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: download artifact
|
- name: download artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: version-@{{ github.sha }}.zip
|
name: version-@{{ github.sha }}.zip
|
||||||
- name: list files
|
- name: list files
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user