Merge pull request #804 from shivammathur/dependabot/github_actions/develop/actions/download-artifact-4

Bump actions/download-artifact from 3 to 4
This commit is contained in:
Shivam Mathur 2023-12-18 16:53:51 +05:30 committed by GitHub
commit 7ba520ae30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ jobs:
with: with:
repository: ${{ github.repository }}.wiki repository: ${{ github.repository }}.wiki
- name: Download artifacts - name: Download artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
path: ${{ github.workspace }} path: ${{ github.workspace }}
- name: Configure Git - name: Configure Git