mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-16 09:58:02 +02:00
Alternatively, try downloading the artifact by name
This commit is contained in:
4
.github/workflows/go-test.yml
vendored
4
.github/workflows/go-test.yml
vendored
@ -115,8 +115,10 @@ jobs:
|
|||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.21
|
go-version: 1.21
|
||||||
- name: Download all artifacts
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
with:
|
||||||
|
name: goldens-used-ubuntu-TUI.txt
|
||||||
- name: Check all goldens were used
|
- name: Check all goldens were used
|
||||||
run: |
|
run: |
|
||||||
ls .
|
ls .
|
||||||
|
Reference in New Issue
Block a user