Skip to content

Commit dd124c7

Browse files
Bump dawidd6/action-download-artifact from 16 to 18 (#276)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 16 to 18. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v16...v18) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '18' 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 b5a40a6 commit dd124c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v16
283+
uses: dawidd6/action-download-artifact@v18
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@v16
293+
uses: dawidd6/action-download-artifact@v18
294294
with:
295295
workflow: build-lcg-cvmfs.yml
296296
branch: ${{ github.event.pull_request.base.ref }}

0 commit comments

Comments
 (0)