actions/upload-artifact update

This commit is contained in:
Begona Guereca
2024-04-04 06:24:33 -07:00
parent 8e01c76dfe
commit bf468c0012
+2 -2
View File
@@ -84,7 +84,7 @@ jobs:
gh actions-importer ${{ steps.prepare.outputs.command }} ${{ steps.prepare.outputs.provider }} \ gh actions-importer ${{ steps.prepare.outputs.command }} ${{ steps.prepare.outputs.provider }} \
${{ steps.prepare.outputs.args }} \ ${{ steps.prepare.outputs.args }} \
--output-dir output --output-dir output
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v4
if: always() if: always()
with: with:
path: output/ path: output/
@@ -96,7 +96,7 @@ jobs:
filename=$(basename "$path") filename=$(basename "$path")
echo "LOG_FILE_PATH=$path" >> $GITHUB_ENV echo "LOG_FILE_PATH=$path" >> $GITHUB_ENV
echo "filename=$filename" >> $GITHUB_OUTPUT echo "filename=$filename" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v4
if: always() if: always()
with: with:
path: ${{ env.LOG_FILE_PATH }} path: ${{ env.LOG_FILE_PATH }}