Skip to content

Commit

Permalink
Merge pull request #2816 from mikepenz/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
mikepenz authored Jan 4, 2025
2 parents 3f93b92 + 4fa4dfc commit f6e45e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
find . -name "*.aab" -type f -exec cp {} "artifacts" \;
- name: Archive Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "App-Artifacts"
path: artifacts/*
Expand Down

0 comments on commit f6e45e3

Please sign in to comment.