1
0
mirror of https://github.com/actions/download-artifact.git synced 2026-02-26 05:42:27 +00:00

Update test names to make it clearer what they do

This commit is contained in:
Daniel Kennedy
2026-02-23 12:21:41 -05:00
parent 96bf374a61
commit fbe48b1d27

View File

@ -63,14 +63,14 @@ jobs:
path: path/to/artifact-B path: path/to/artifact-B
# Test downloading a single artifact # Test downloading a single artifact
- name: Download artifact A - name: Download artifact A (absolute path)
uses: ./ uses: ./
with: with:
name: Artifact-A-${{ matrix.runs-on }} name: Artifact-A-${{ matrix.runs-on }}
path: some/new/path path: some/new/path
# Test downloading an artifact using tilde expansion # Test downloading an artifact using tilde expansion
- name: Download artifact A - name: Download artifact A (tilde expansion)
uses: ./ uses: ./
with: with:
name: Artifact-A-${{ matrix.runs-on }} name: Artifact-A-${{ matrix.runs-on }}