Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Download app APK
uses: actions/download-artifact@v4
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating actions/download-artifact to v6 is a good practice. Newer versions often include performance enhancements, bug fixes, and security improvements, ensuring the CI/CD pipeline remains robust and efficient.

Suggested change
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6

uses: actions/download-artifact@v6
with:
name: apk
- name: Upload artifact to Firebase App Distribution
Expand Down
Loading