Skip to content

Commit c8fa79a

Browse files
authored
Merge pull request #44 from kiddivouchers/dependabot/github_actions/actions/upload-artifact-6
github-actions(deps): bump actions/upload-artifact from 5 to 6
2 parents 05e9f84 + 9dab05d commit c8fa79a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
make
5555
make test REPORT_EXIT_STATUS=1 NO_INTERACTION=1 TESTS="--show-all"
5656
- name: Save artifact (NTS)
57-
uses: actions/upload-artifact@v5
57+
uses: actions/upload-artifact@v6
5858
if: matrix.php-zts == 'nts'
5959
with:
6060
name: timecop_${{ env.PHP_API }}.so
6161
path: modules/timecop.so
6262
if-no-files-found: error
6363
- name: Save artifact (TS)
64-
uses: actions/upload-artifact@v5
64+
uses: actions/upload-artifact@v6
6565
if: matrix.php-zts == 'ts'
6666
with:
6767
name: timecop_${{ env.PHP_API }}_zts.so
@@ -87,7 +87,7 @@ jobs:
8787
cd output
8888
sha256sum *.so > SHA256SUM
8989
- name: Save artifact
90-
uses: actions/upload-artifact@v5
90+
uses: actions/upload-artifact@v6
9191
with:
9292
name: timecop
9393
path: output/*

0 commit comments

Comments
 (0)