Skip to content

Commit 768178b

Browse files
authored
Merge pull request #14 from validatedpatterns/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
2 parents 81e4c48 + 9ae486b commit 768178b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout
3131
uses: actions/checkout@v2
3232
- name: Download generated site
33-
uses: actions/download-artifact@v1
33+
uses: actions/download-artifact@v4.1.7
3434
with:
3535
name: site
3636
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"

0 commit comments

Comments
 (0)