Skip to content

Commit

Permalink
Update upload-artifact action to v4
Browse files Browse the repository at this point in the history
This change updates the GitHub Actions workflow to use the latest version of the upload-artifact action. The new version might include performance improvements, security patches, and additional features.
  • Loading branch information
koriym committed Sep 14, 2024
1 parent e5edbb5 commit f4296bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-pecl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Upload Valgrind log file
if: steps.build_extension.outcome == 'failure' || steps.run_pecl_demo.outcome == 'failure'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: valgrind-log
path: valgrind-out.txt
Expand Down

0 comments on commit f4296bf

Please sign in to comment.