Skip to content

Commit

Permalink
chore: Update actions/upload-artifact from v2 to v3 (openedx#33580)
Browse files Browse the repository at this point in the history
v2 is giving warnings:

```
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
```
  • Loading branch information
timmc-edx committed Oct 24, 2023
1 parent b0a004d commit d18bf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/unit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
- name: save pytest warnings json file
if: success()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: pytest-warnings-json
path: |
Expand Down

0 comments on commit d18bf2c

Please sign in to comment.