Skip to content

Commit 19cb208

Browse files
authored
Merge pull request #18098 from grokability/dependabot/github_actions/develop/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 04923b0 + e16755d commit 19cb208

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Upload Laravel logs as artifacts
8484
if: always()
85-
uses: actions/upload-artifact@v4
85+
uses: actions/upload-artifact@v5
8686
with:
8787
name: laravel-logs-php-${{ matrix.php-version }}-run-${{ github.run_attempt }}
8888
path: |

.github/workflows/tests-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Upload Laravel logs as artifacts
8383
if: always()
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@v5
8585
with:
8686
name: laravel-logs-php-${{ matrix.php-version }}-run-${{ github.run_attempt }}
8787
path: |

.github/workflows/tests-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Upload Laravel logs as artifacts
6969
if: always()
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v5
7171
with:
7272
name: laravel-logs-php-${{ matrix.php-version }}-run-${{ github.run_attempt }}
7373
path: |

0 commit comments

Comments
 (0)