Skip to content

Commit 99ee971

Browse files
committed
Update official GitHub Actions to v4
1 parent 143208c commit 99ee971

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
echo "PHP_API=$(php-config --phpapi)" >> $GITHUB_ENV
4141
- name: Checkout
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v4
4343
- name: Build
4444
run: |
4545
phpize
@@ -48,7 +48,7 @@ jobs:
4848
make
4949
make test REPORT_EXIT_STATUS=1 NO_INTERACTION=1 TESTS="--show-all"
5050
- name: Save artifact
51-
uses: actions/upload-artifact@v2
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: fakerandom_${{ env.PHP_API }}.so
5454
path: modules/fakerandom.so
@@ -60,7 +60,7 @@ jobs:
6060
needs: build
6161
steps:
6262
- name: Download artifacts
63-
uses: actions/download-artifact@v2
63+
uses: actions/download-artifact@v4
6464
- name: Combine artifacts
6565
run: |
6666
mkdir -p output

0 commit comments

Comments
 (0)