Skip to content

Commit

Permalink
Merge pull request #51 from zoncoen/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4

chore(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
zoncoen authored Dec 15, 2023
2 parents fa400ff + ab08244 commit 10914ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: query-coverage-report
path: ./coverage.out
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: query-extractor-yaml-coverage-report
path: ./extractor/yaml/coverage.out
Expand Down

0 comments on commit 10914ca

Please sign in to comment.