use name for both upload/download artifacts

This commit is contained in:
Tyler Mayoff 2025-07-07 16:34:37 -04:00
parent f26cca395a
commit 8e906ea66d

View file

@ -60,7 +60,7 @@ jobs:
- name: Download artifact - name: Download artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
id: ${{ matrix.hostname }}-${{ matrix.arch }} name: ${{ matrix.hostname }}-${{ matrix.arch }}
path: last-result path: last-result
- name: extract result - name: extract result