Skip to content

Commit 1eb3473

Browse files
authored
Merge pull request #2844 from mikepenz/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 5 to 7
2 parents f805bcf + d5d4993 commit 1eb3473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
find . -name "*.aab" -type f -exec cp {} "artifacts" \;
9090
9191
- name: Archive Artifacts
92-
uses: actions/upload-artifact@v5
92+
uses: actions/upload-artifact@v7
9393
with:
9494
name: "App-Artifacts"
9595
path: artifacts/*

0 commit comments

Comments
 (0)