Skip to content

Commit 6dee34b

Browse files
feat: bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e9893a commit 6dee34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,14 @@ jobs:
129129

130130
# Download APK built from latest commit
131131
- name: Get apk built from latest
132-
uses: actions/download-artifact@v4
132+
uses: actions/download-artifact@v5
133133
with:
134134
name: owncloudSigned-latest
135135
path: ./src/test/resources
136136

137137
# Download APK built from current commit
138138
- name: Get apk built from current
139-
uses: actions/download-artifact@v4
139+
uses: actions/download-artifact@v5
140140
with:
141141
name: owncloudSigned-${{ github.sha }}
142142
path: ./src/test/resources

0 commit comments

Comments
 (0)