Skip to content

Commit

Permalink
ci: bump upload-artifact action (#2670)
Browse files Browse the repository at this point in the history
Refs: Agoric/agoric-private#229

## Description

Bumps upload-artifact version from v3 to v4

### Security Considerations

None

### Scaling Considerations

None

### Documentation Considerations

None

### Testing Considerations

Updates a deprecated action used in CI but that's about it. **Browser
Tests** check was in a failing state before this PR and the action
version bump is harmless (already done in other repos)

### Compatibility Considerations

None

### Upgrade Considerations

None
  • Loading branch information
mujahidkay authored Dec 27, 2024
2 parents 59290f6 + 3062837 commit 79d1b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/browser-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run Playwright tests
working-directory: browser-test
run: npx playwright test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: browser-test-report
Expand Down

0 comments on commit 79d1b33

Please sign in to comment.