Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ddworken committed Feb 2, 2025
1 parent 8682681 commit fc01eff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,19 @@ jobs:
# Add an extra short delay to allow datadog to flush metrics
sleep 90
- name: Upload test results json
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: test-results-${{ matrix.os }}-${{ matrix.test_shard }}.json
path: /tmp/testrun.json
- name: Upload failed test goldens
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: test-goldens-${{ matrix.os }}-${{ matrix.test_shard }}.zip
path: /tmp/test-goldens/
- name: Upload test log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: testlog-${{ matrix.os }}-${{ matrix.test_shard }}.txt
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/slsa-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,22 +140,22 @@ jobs:
brew install coreutils
python3 scripts/actions-sign.py
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hishtory-darwin-arm64
path: hishtory-darwin-arm64
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hishtory-darwin-amd64
path: hishtory-darwin-amd64
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hishtory-darwin-arm64-unsigned
path: hishtory-darwin-arm64-unsigned
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hishtory-darwin-amd64-unsigned
path: hishtory-darwin-amd64-unsigned
Expand Down

0 comments on commit fc01eff

Please sign in to comment.