From 9615f3649a0cd7e3001fb80f48058379ad1b15cc Mon Sep 17 00:00:00 2001 From: Roman Bredehoft Date: Mon, 8 Apr 2024 14:30:45 +0200 Subject: [PATCH] chore: add path to download artifacts --- .github/workflows/update_licenses.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update_licenses.yaml b/.github/workflows/update_licenses.yaml index e91ac80996..810625da06 100644 --- a/.github/workflows/update_licenses.yaml +++ b/.github/workflows/update_licenses.yaml @@ -108,6 +108,8 @@ jobs: # Retrieve all updated license files - name: Download artifacts uses: actions/download-artifact@v4 + with: + path: deps_licenses/ # If the target branch is main or a release branch, a pull request is opened for everyone to # review