Skip to content

Commit

Permalink
Upgrade "actions/upload-artifact" GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Oct 31, 2024
1 parent 486cff9 commit aae94db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Archive logs artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: logs_php-${{ matrix.php }}
path: |
Expand Down

0 comments on commit aae94db

Please sign in to comment.