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 }}