Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 1086f27

Browse files
authored
Merge pull request #609 from thoughtworks/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents be1a9f1 + 99cef92 commit 1086f27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

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

4848
- name: Save test results artifact
4949
if: always()
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v5
5151
with:
5252
name: test-report
5353
path: build/reports/tests/test

0 commit comments

Comments
 (0)