mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 20:07:52 +02:00
Upgrade GH actions for https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
This commit is contained in:
parent
8682681842
commit
fc01eff62f
6
.github/workflows/go-test.yml
vendored
6
.github/workflows/go-test.yml
vendored
@ -82,19 +82,19 @@ jobs:
|
|||||||
# Add an extra short delay to allow datadog to flush metrics
|
# Add an extra short delay to allow datadog to flush metrics
|
||||||
sleep 90
|
sleep 90
|
||||||
- name: Upload test results json
|
- name: Upload test results json
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
with:
|
with:
|
||||||
name: test-results-${{ matrix.os }}-${{ matrix.test_shard }}.json
|
name: test-results-${{ matrix.os }}-${{ matrix.test_shard }}.json
|
||||||
path: /tmp/testrun.json
|
path: /tmp/testrun.json
|
||||||
- name: Upload failed test goldens
|
- name: Upload failed test goldens
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
with:
|
with:
|
||||||
name: test-goldens-${{ matrix.os }}-${{ matrix.test_shard }}.zip
|
name: test-goldens-${{ matrix.os }}-${{ matrix.test_shard }}.zip
|
||||||
path: /tmp/test-goldens/
|
path: /tmp/test-goldens/
|
||||||
- name: Upload test log
|
- name: Upload test log
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
with:
|
with:
|
||||||
name: testlog-${{ matrix.os }}-${{ matrix.test_shard }}.txt
|
name: testlog-${{ matrix.os }}-${{ matrix.test_shard }}.txt
|
||||||
|
8
.github/workflows/slsa-releaser.yml
vendored
8
.github/workflows/slsa-releaser.yml
vendored
@ -140,22 +140,22 @@ jobs:
|
|||||||
brew install coreutils
|
brew install coreutils
|
||||||
python3 scripts/actions-sign.py
|
python3 scripts/actions-sign.py
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hishtory-darwin-arm64
|
name: hishtory-darwin-arm64
|
||||||
path: hishtory-darwin-arm64
|
path: hishtory-darwin-arm64
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hishtory-darwin-amd64
|
name: hishtory-darwin-amd64
|
||||||
path: hishtory-darwin-amd64
|
path: hishtory-darwin-amd64
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hishtory-darwin-arm64-unsigned
|
name: hishtory-darwin-arm64-unsigned
|
||||||
path: hishtory-darwin-arm64-unsigned
|
path: hishtory-darwin-arm64-unsigned
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hishtory-darwin-amd64-unsigned
|
name: hishtory-darwin-amd64-unsigned
|
||||||
path: hishtory-darwin-amd64-unsigned
|
path: hishtory-darwin-amd64-unsigned
|
||||||
|
Loading…
x
Reference in New Issue
Block a user