Bump actions/upload-artifact package (#923)

This commit is contained in:
pollfly 2024-09-08 13:17:24 +03:00 committed by GitHub
parent 906e488f94
commit 9f64dfbffc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ jobs:
echo "Fourth batch has $(cat "${MD_ARTIFACTS_DIR}/MD_FILES_BATCH_4.txt" | wc -l) file."
echo "Fifth batch has $(cat "${MD_ARTIFACTS_DIR}/MD_FILES_BATCH_5.txt" | wc -l) file."
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: artifacts-markdown
path: ${{ env.MD_ARTIFACTS_DIR }}