mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-25 06:22:24 +02:00
More GH action upgrades
This commit is contained in:
parent
6de83cb888
commit
562b52c688
24
.github/workflows/slsa-releaser.yml
vendored
24
.github/workflows/slsa-releaser.yml
vendored
@ -124,10 +124,10 @@ jobs:
|
|||||||
- name: Extra Sleep
|
- name: Extra Sleep
|
||||||
run: |
|
run: |
|
||||||
sleep 60
|
sleep 60
|
||||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hishtory-darwin-arm64
|
name: hishtory-darwin-arm64
|
||||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hishtory-darwin-amd64
|
name: hishtory-darwin-amd64
|
||||||
- name: Download and sign the latest executables
|
- name: Download and sign the latest executables
|
||||||
@ -185,34 +185,34 @@ jobs:
|
|||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 1.23
|
go-version: 1.23
|
||||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hishtory-linux-amd64
|
name: hishtory-linux-amd64
|
||||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hishtory-linux-amd64.intoto.jsonl
|
name: hishtory-linux-amd64.intoto.jsonl
|
||||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hishtory-linux-arm64
|
name: hishtory-linux-arm64
|
||||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hishtory-linux-arm64.intoto.jsonl
|
name: hishtory-linux-arm64.intoto.jsonl
|
||||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hishtory-darwin-amd64
|
name: hishtory-darwin-amd64
|
||||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hishtory-darwin-amd64.intoto.jsonl
|
name: hishtory-darwin-amd64.intoto.jsonl
|
||||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hishtory-darwin-amd64-unsigned
|
name: hishtory-darwin-amd64-unsigned
|
||||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hishtory-darwin-arm64
|
name: hishtory-darwin-arm64
|
||||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hishtory-darwin-arm64.intoto.jsonl
|
name: hishtory-darwin-arm64.intoto.jsonl
|
||||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hishtory-darwin-arm64-unsigned
|
name: hishtory-darwin-arm64-unsigned
|
||||||
- name: Validate Release
|
- name: Validate Release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user