Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/download-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and M3DZIK committed Aug 12, 2023
1 parent cf533f4 commit 6e5c7b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

steps:
- name: Download APK from build
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: apk

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

steps:
- name: Download APK from build
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: apk

Expand Down

0 comments on commit 6e5c7b7

Please sign in to comment.