We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9893a commit 6dee34bCopy full SHA for 6dee34b
.github/workflows/update.yml
@@ -129,14 +129,14 @@ jobs:
129
130
# Download APK built from latest commit
131
- name: Get apk built from latest
132
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
133
with:
134
name: owncloudSigned-latest
135
path: ./src/test/resources
136
137
# Download APK built from current commit
138
- name: Get apk built from current
139
140
141
name: owncloudSigned-${{ github.sha }}
142
0 commit comments