Skip to content

Commit 11302ef

Browse files
authored
Merge pull request #458 from mikepenz/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 241df48 + ee5d6d1 commit 11302ef

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)