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
|
||||
ls ${{ github.workspace}}
|
||||
- name: upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: version-@${{ github.sha }}.zip
|
||||
path: version
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: download artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: version-@{{ github.sha }}.zip
|
||||
- name: list files
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user