Update .gitea/workflows/build.yml

This commit is contained in:
DragonWrangler 2025-01-30 17:21:47 +00:00
parent 6f5f405327
commit 18891a2648

View File

@ -64,7 +64,7 @@ jobs:
run: ./scripts/install-dependencies.mjs test ${{ matrix.arch }} run: ./scripts/install-dependencies.mjs test ${{ matrix.arch }}
# Download Artifact # Download Artifact
- name: Download Artifact - name: Download Artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: ${{ matrix.arch }} name: ${{ matrix.arch }}
path: out path: out