Skip to content

Commit

Permalink
Merge pull request #34 from phpcfdi/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
eclipxe13 authored Sep 9, 2024
2 parents e9fa343 + 8e41cb3 commit 0810a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install project dependencies
run: composer upgrade --no-interaction --no-progress --prefer-dist
- name: Obtain code coverage
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: code-coverage
path: build/coverage
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Install project dependencies
run: composer upgrade --no-interaction --no-progress --prefer-dist
- name: Obtain code coverage
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: code-coverage
path: build/coverage
Expand Down

0 comments on commit 0810a1d

Please sign in to comment.