Skip to content

Commit

Permalink
Merge pull request #1 from PearCoding/dependabot/github_actions/dot-g…
Browse files Browse the repository at this point in the history
…ithub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
PearCoding authored Sep 14, 2024
2 parents 14cef00 + 3b8f94d commit fff1b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: artifact
path: ${{github.workspace}}/build/out
Expand Down

0 comments on commit fff1b5c

Please sign in to comment.