Skip to content

Commit

Permalink
chore: update GitHub Actions to use checkout@v4 and upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Nov 7, 2024
1 parent 61f194f commit dd7bfdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Upload tests artifacts
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: artifact
path: ./artifacts
Expand Down

0 comments on commit dd7bfdd

Please sign in to comment.