Skip to content

Commit

Permalink
Update upload-artifact action to version 4
Browse files Browse the repository at this point in the history
Updated the GitHub Actions workflow to use version 4 of the upload-artifact action. This ensures compatibility with the latest features and improvements provided by the action.
  • Loading branch information
koriym committed Nov 3, 2024
1 parent b05de53 commit ebd58af
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 ebd58af

Please sign in to comment.