Skip to content

Commit

Permalink
Update github actions upload-artfiact to version 4 due to EOL (#483)
Browse files Browse the repository at this point in the history
### Description

Github is setting actions/upload-artifact version 3 to EOL and workflows
will fail because of it

#### Other changes

none
### Tested

We've used version 4 in other workflows and haven't had any issues.



<!-- start pr-codex -->

---

## PR-Codex overview
This PR updates the GitHub Actions workflow for continuous integration
by changing the version of the `actions/upload-artifact` from `v3` to
`v4`.

### Detailed summary
- Updated the `actions/upload-artifact` from `v3` to `v4` in the
`.github/workflows/ci.yml` file.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->

Co-authored-by: pputman12 <[email protected]>
  • Loading branch information
pputman-clabs and pputman12 authored Dec 11, 2024
1 parent 913961e commit 1007890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
-ip \
run test --coverage
- name: Upload Jest Test Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Jest Test Results
path: test-results/jest
Expand Down

0 comments on commit 1007890

Please sign in to comment.