Skip to content

Commit 0c875e7

Browse files
Merge pull request #1 from fossillogic/dependabot/github_actions/actions/upload-artifact-5
2 parents 2cd245b + e1d50d0 commit 0c875e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/meson_ci.yml

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

8989
- name: Upload Test Log
9090
if: failure()
91-
uses: actions/upload-artifact@v4
91+
uses: actions/upload-artifact@v5
9292
with:
9393
name: macos_xcode_${{ matrix.xcode_version }}_meson_testlog
9494
path: builddir/meson-logs/testlog.txt

0 commit comments

Comments
 (0)