Upgraded artifact to v4

This commit is contained in:
maximo tejeda 2024-08-15 14:43:02 -04:00
parent 1cc9f98e58
commit 7bb8dd3d51

View File

@ -40,9 +40,9 @@ 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@v3 uses: actions/upload-artifact@v4
with: with:
name: version-@${{ github.sha }}.zip name: version-${{ github.sha }}.zip
path: version path: version
download-artifact: download-artifact:
needs: [create-artifact] needs: [create-artifact]
@ -51,7 +51,7 @@ jobs:
- name: download artifact - name: download artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: version-@${{ github.sha }}.zip name: version-${{ github.sha }}.zip
- name: list files - name: list files
run: | run: |
ls ${{ github.workspace }} ls ${{ github.workspace }}