1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-31 00:07:39 +02:00

Merge pull request #6248 from vcmi/dependabot/github_actions/actions/download-artifact-6

Bump actions/download-artifact from 5 to 6
This commit is contained in:
Ivan Savenko
2025-10-28 12:08:45 +02:00
committed by GitHub

View File

@@ -615,7 +615,7 @@ jobs:
PULL_REQUEST: ${{ github.event.pull_request.number }}
- name: Download Artifact
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: ${{ env.VCMI_PACKAGE_FILE_NAME }} - ${{ matrix.platform }}
path: ${{github.workspace}}/artifact
@@ -720,7 +720,7 @@ jobs:
- name: Download all partial JSON artifacts
continue-on-error: true
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
pattern: partial-json-*
merge-multiple: true