Skip to content

Commit f2255d4

Browse files
authored
Merge pull request #49 from kiddivouchers/dependabot/github_actions/actions/upload-artifact-7
github-actions(deps): bump actions/upload-artifact from 6 to 7
2 parents a094f76 + 09be704 commit f2255d4

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@v6
57+
uses: actions/upload-artifact@v7
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@v6
64+
uses: actions/upload-artifact@v7
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@v6
90+
uses: actions/upload-artifact@v7
9191
with:
9292
name: timecop
9393
path: output/*

0 commit comments

Comments
 (0)