Skip to content

Commit

Permalink
build(.github) update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Sep 13, 2024
1 parent df0c38e commit 9e4b02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: vendor/bin/codecept run ${{ matrix.suite }}

- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: ${{ matrix.suite }}-php@${{ matrix.php_version }}-screenshots
Expand Down

0 comments on commit 9e4b02d

Please sign in to comment.