Update GitHub Artifact Actions

This commit is contained in:
renovate[bot]
2026-02-10 18:31:58 +00:00
committed by GitHub
parent a1e3b34580
commit aaff6e4548

View File

@@ -182,7 +182,7 @@ jobs:
echo "Size: $([math]::Round($fileSize, 2)) MB"
- name: (10) Upload artifacts for combination
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: release-${{ matrix.arch }}-${{ matrix.deploy_suffix }}
path: ${{ steps.version.outputs.zipname }}
@@ -196,7 +196,7 @@ jobs:
uses: actions/checkout@v6
- name: Download all artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
path: artifacts