Skip to content

Commit f3c45bf

Browse files
committed
Update actions
1 parent ec0ba6f commit f3c45bf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
needs: extension
9898
steps:
9999
- name: Upload artifacts
100-
uses: actions/upload-artifact/merge@v4
100+
uses: actions/upload-artifact/merge@v5
101101
with:
102102
name: artifacts
103103
delete-merged: true

.github/workflows/pecl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
needs: extension
100100
steps:
101101
- name: Upload artifacts
102-
uses: actions/upload-artifact/merge@v4
102+
uses: actions/upload-artifact/merge@v5
103103
with:
104104
name: artifacts
105105
delete-merged: true

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
needs: artifacts
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757

5858
- name: Download artifacts
5959
uses: actions/download-artifact@v5

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
-Opcache ${{matrix.opcache}}
3535
3636
- name: Upload artifacts
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v5
3838
with:
3939
name: test-results-${{matrix.arch}}-${{matrix.ts}}-${{matrix.opcache}}
4040
path: test-${{matrix.arch}}-${{matrix.ts}}-${{matrix.opcache}}.xml

extension/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ runs:
8686
-Ts ${{inputs.ts}}
8787
8888
- name: Upload the build artifact
89-
uses: actions/upload-artifact@v4
89+
uses: actions/upload-artifact@v5
9090
with:
9191
name: ${{ steps.build.outputs.artifact }}
9292
path: artifacts/*

0 commit comments

Comments
 (0)