Skip to content

Commit

Permalink
Merge pull request #3455 from greenbone/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/download-artifact-3

Bump actions/download-artifact from 2 to 3
  • Loading branch information
bjoernricks authored Jun 7, 2022
2 parents c6ec3c8 + 4d706cf commit 4849252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
JEST_JUNIT_OUTPUT_DIR: ${{ env.REPORT_DIR }}
run: yarn test:coverage --reporters=default --reporters=jest-junit
- name: Load Lint Results
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: linting-report
path: ${{ env.REPORT_DIR }}
Expand Down

0 comments on commit 4849252

Please sign in to comment.