Skip to content

Commit a92bd67

Browse files
authored
Merge pull request #31 from krvstek/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 6 to 7
2 parents e06b31c + 768ba89 commit a92bd67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ jobs:
7171
GITHUB_REPOSITORY: $GITHUB_REPOSITORY
7272

7373
- name: Upload APKs as artifact
74-
uses: actions/upload-artifact@v6
74+
uses: actions/upload-artifact@v7
7575
with:
7676
name: apks-${{ matrix.id }}
7777
path: ./build/*.apk
7878
if-no-files-found: warn
7979
retention-days: 1
8080

8181
- name: Upload build log as artifact
82-
uses: actions/upload-artifact@v6
82+
uses: actions/upload-artifact@v7
8383
with:
8484
name: build-log-${{ matrix.id }}
8585
path: build.md

0 commit comments

Comments
 (0)