Update actions/upload-artifact action to v4

This commit is contained in:
renovate[bot] 2024-01-17 16:50:05 +00:00 committed by GitHub
parent b04ab5aa20
commit cddf124480
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -86,13 +86,13 @@ jobs:
php -r 'require("deployment_remotes.php");'
cat deployment.log | grep "After-jobs:" ; exit $?
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: deploy_php_log_${{ github.run_id }}
path: /tmp/php.log
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: deploy_log_${{ github.run_id }}
@ -132,13 +132,13 @@ jobs:
php -r 'require("deployment_remotes.php");'
cat deployment.log | grep "After-jobs:" ; exit $?
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: deploy_php_log_${{ github.run_id }}
path: /tmp/php.log
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: deploy_log_${{ github.run_id }}