Skip to content

Commit 68be528

Browse files
Bump dawidd6/action-download-artifact from 20 to 21 (#287)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 20 to 21. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v20...v21) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e894a00 commit 68be528

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-lcg-cvmfs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280

281281
- name: Download target branch artifacts (prompt summary)
282282
if: github.event_name == 'pull_request'
283-
uses: dawidd6/action-download-artifact@v20
283+
uses: dawidd6/action-download-artifact@v21
284284
with:
285285
workflow: build-lcg-cvmfs.yml
286286
branch: ${{ github.event.pull_request.base.ref }}
@@ -290,7 +290,7 @@ jobs:
290290

291291
- name: Download target branch artifacts (regalias)
292292
if: github.event_name == 'pull_request'
293-
uses: dawidd6/action-download-artifact@v20
293+
uses: dawidd6/action-download-artifact@v21
294294
with:
295295
workflow: build-lcg-cvmfs.yml
296296
branch: ${{ github.event.pull_request.base.ref }}

0 commit comments

Comments
 (0)