Updated artifact upload action to v4 (#212)

This commit is contained in:
guylamar2006 2024-10-17 02:52:18 -05:00 committed by GitHub
parent 82a92a6e8f
commit 68b3cb7503
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ jobs:
fi fi
id: diff id: diff
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
if: ${{ failure() && steps.diff.conclusion == 'failure' }} if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with: with:
name: dist name: dist