We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144d4ee commit 3aab846Copy full SHA for 3aab846
1 file changed
extension/action.yml
@@ -59,7 +59,7 @@ runs:
59
using: composite
60
steps:
61
- name: Checkout
62
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
63
64
- name: Build PHP Extension
65
id: build
@@ -86,7 +86,7 @@ runs:
86
-Ts ${{inputs.ts}}
87
88
- name: Upload the build artifact
89
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
90
with:
91
name: ${{ steps.build.outputs.artifact }}
92
path: artifacts/*
0 commit comments