Skip to content

Commit

Permalink
chore: upgrade to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
Artifact actions v3 will be closing down by January 30, 2025.

Signed-off-by: Andrei Aaron <[email protected]>
  • Loading branch information
andaaron authored and rchincha committed Dec 19, 2024
1 parent 5a9533d commit 508fe32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
make integration-tests REGISTRY_HOST=$REGISTRY_HOST REGISTRY_PORT=$REGISTRY_PORT
- name: Upload playwright report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: playwright-report
path: playwright-report/
Expand Down

0 comments on commit 508fe32

Please sign in to comment.