Skip to content

Commit

Permalink
Use newer upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Sep 15, 2024
1 parent 380c7c7 commit f6d934d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup PHP
id: setup-php
uses: php/setup-php-sdk@v0.8
uses: php/setup-php-sdk@v0.9
with:
version: ${{matrix.version}}
arch: ${{matrix.arch}}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
copy %prefix%\php_apcu.dll .install
copy %prefix%\php_apcu.pdb .install
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: apcu-${{matrix.version}}-${{matrix.arch}}-${{matrix.ts}}
path: .install

0 comments on commit f6d934d

Please sign in to comment.