Skip to content

Commit ee5d6d1

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 241df48 commit ee5d6d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
detailed_summary: true
105105

106106
- name: Archive Test Report
107-
uses: actions/upload-artifact@v4
107+
uses: actions/upload-artifact@v5
108108
with:
109109
name: "Test-Artifacts"
110110
path: "sample/android/build/reports/screenshotTest/preview/debug/"
@@ -152,7 +152,7 @@ jobs:
152152
153153
- name: Archive Artifacts
154154
if: startsWith(github.ref, 'refs/tags/')
155-
uses: actions/upload-artifact@v4
155+
uses: actions/upload-artifact@v5
156156
with:
157157
name: "App-Artifacts"
158158
path: artifacts/*

0 commit comments

Comments
 (0)