Skip to content

Commit eefec4f

Browse files
committed
ci: drop unnecessary path usage for artifact downloads
1 parent 72dc006 commit eefec4f

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

.github/workflows/bench.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
workflow_conclusion: ""
3030
search_artifacts: true
3131
name: pkgcraft-c-${{ runner.os }}
32-
path: ${{ env.pkgcraft_dir }}
3332

3433
- name: Checkout code
3534
uses: actions/checkout@v4

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,12 @@ jobs:
7979
workflow_conclusion: ""
8080
search_artifacts: true
8181
name: pkgcraft-c-${{ runner.os }}
82-
path: ${{ env.pkgcraft_dir }}
8382

8483
- name: Download pkgcraft-c library from running workflow
8584
if: ${{ inputs.event-type != '' }}
8685
uses: actions/download-artifact@v4
8786
with:
8887
name: pkgcraft-c-${{ runner.os }}
89-
path: ${{ env.pkgcraft_dir }}
9088

9189
- name: Checkout code
9290
uses: actions/checkout@v4

.github/workflows/doc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
workflow_conclusion: ""
4343
search_artifacts: true
4444
name: pkgcraft-c-${{ runner.os }}
45-
path: ${{ env.pkgcraft_dir }}
4645

4746
- name: Checkout code
4847
uses: actions/checkout@v4

.github/workflows/valgrind.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
workflow_conclusion: ""
2929
search_artifacts: true
3030
name: pkgcraft-c-${{ runner.os }}
31-
path: ${{ env.pkgcraft_dir }}
3231

3332
- name: Checkout code
3433
uses: actions/checkout@v4

0 commit comments

Comments
 (0)