Skip to content

Commit

Permalink
Merge pull request #63 from jgelon/renovate/actions-download-artifact…
Browse files Browse the repository at this point in the history
…-4.x

chore(deps): update actions/download-artifact action to v4
  • Loading branch information
jgelon authored Dec 21, 2023
2 parents 48ea6e2 + 4858780 commit 0fd9222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_LoanApplication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: node-app

Expand Down

0 comments on commit 0fd9222

Please sign in to comment.