Skip to content

Commit 3aab846

Browse files
authored
Upgrade actions/checkout and actions/upload-artifact
1 parent 144d4ee commit 3aab846

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extension/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
using: composite
6060
steps:
6161
- name: Checkout
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v6
6363

6464
- name: Build PHP Extension
6565
id: build
@@ -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@v7
9090
with:
9191
name: ${{ steps.build.outputs.artifact }}
9292
path: artifacts/*

0 commit comments

Comments
 (0)