Skip to content

Commit

Permalink
Merge pull request #14 from validatedpatterns/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/dot-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
  • Loading branch information
mbaldessari authored Sep 4, 2024
2 parents 81e4c48 + 9ae486b commit 768178b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Download generated site
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: site
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"
Expand Down

0 comments on commit 768178b

Please sign in to comment.