Skip to content

Commit a33066c

Browse files
authored
Merge pull request #1065 from shivammathur/dependabot/github_actions/develop/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents f1643fd + 45158d7 commit a33066c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
repository: ${{ github.repository }}.wiki
107107
- name: Download artifacts
108-
uses: actions/download-artifact@v7
108+
uses: actions/download-artifact@v8
109109
with:
110110
path: ${{ github.workspace }}/lists
111111
pattern: lists-*

0 commit comments

Comments
 (0)