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