Skip to content

Commit fbcbad4

Browse files
Merge pull request #2704 from nextcloud/dependabot/github_actions/actions/download-artifact-4.2.0
2 parents e110d88 + 995bbae commit fbcbad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
run: mkdir artifacts code unit-coverage integration-coverage
270270
- name: Download artifacts
271271
if: ${{ github.event_name == 'push' }}
272-
uses: actions/download-artifact@v4.1.9
272+
uses: actions/download-artifact@v4.2.0
273273
with:
274274
path: artifacts
275275
- name: Checkout of code base

0 commit comments

Comments
 (0)