We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05e9f84 + 9dab05d commit c8fa79aCopy full SHA for c8fa79a
1 file changed
.github/workflows/build.yml
@@ -54,14 +54,14 @@ jobs:
54
make
55
make test REPORT_EXIT_STATUS=1 NO_INTERACTION=1 TESTS="--show-all"
56
- name: Save artifact (NTS)
57
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
58
if: matrix.php-zts == 'nts'
59
with:
60
name: timecop_${{ env.PHP_API }}.so
61
path: modules/timecop.so
62
if-no-files-found: error
63
- name: Save artifact (TS)
64
65
if: matrix.php-zts == 'ts'
66
67
name: timecop_${{ env.PHP_API }}_zts.so
@@ -87,7 +87,7 @@ jobs:
87
cd output
88
sha256sum *.so > SHA256SUM
89
- name: Save artifact
90
91
92
name: timecop
93
path: output/*
0 commit comments