Upgraded artifact to v4
This commit is contained in:
parent
1cc9f98e58
commit
7bb8dd3d51
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -40,9 +40,9 @@ jobs:
|
||||
echo "v0.0.1" > version/version-${{ github.sha }}.txt
|
||||
ls ${{ github.workspace}}
|
||||
- name: upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: version-@${{ github.sha }}.zip
|
||||
name: version-${{ github.sha }}.zip
|
||||
path: version
|
||||
download-artifact:
|
||||
needs: [create-artifact]
|
||||
@ -51,7 +51,7 @@ jobs:
|
||||
- name: download artifact
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: version-@${{ github.sha }}.zip
|
||||
name: version-${{ github.sha }}.zip
|
||||
- name: list files
|
||||
run: |
|
||||
ls ${{ github.workspace }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user