mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-24 22:11:40 +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
|
||||
run: |
|
||||
sleep 60
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: hishtory-darwin-arm64
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: hishtory-darwin-amd64
|
||||
- name: Download and sign the latest executables
|
||||
@ -185,34 +185,34 @@ jobs:
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.23
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: hishtory-linux-amd64
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: hishtory-linux-amd64.intoto.jsonl
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: hishtory-linux-arm64
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: hishtory-linux-arm64.intoto.jsonl
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: hishtory-darwin-amd64
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: hishtory-darwin-amd64.intoto.jsonl
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: hishtory-darwin-amd64-unsigned
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: hishtory-darwin-arm64
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: hishtory-darwin-arm64.intoto.jsonl
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: hishtory-darwin-arm64-unsigned
|
||||
- name: Validate Release
|
||||
|
Loading…
x
Reference in New Issue
Block a user