From fbe48b1d2756394be4cd4358ed3bc1343b330e75 Mon Sep 17 00:00:00 2001 From: Daniel Kennedy Date: Mon, 23 Feb 2026 12:21:41 -0500 Subject: [PATCH] Update test names to make it clearer what they do --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d7accf..d291b02 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,14 +63,14 @@ jobs: path: path/to/artifact-B # Test downloading a single artifact - - name: Download artifact A + - name: Download artifact A (absolute path) uses: ./ with: name: Artifact-A-${{ matrix.runs-on }} path: some/new/path # Test downloading an artifact using tilde expansion - - name: Download artifact A + - name: Download artifact A (tilde expansion) uses: ./ with: name: Artifact-A-${{ matrix.runs-on }}