Skip to content

Commit 85f14bb

Browse files
chore(deps): update actions/upload-artifact action to v4 (#355)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | major | `v3` -> `v4` | --- ### Release Notes <details> <summary>actions/upload-artifact (actions/upload-artifact)</summary> ### [`v4`](https://togithub.com/actions/upload-artifact/compare/v3...v4) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v3...v4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/techprimate/TPPDF). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent 24843bb commit 85f14bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
test 2>&1 | tee test.log | xcbeautify
4040
4141
- name: Upload test log file on error
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
if: failure()
4444
with:
4545
name: test.log
@@ -70,7 +70,7 @@ jobs:
7070

7171
- # Upload the generated Codecov report to the GitHub artifacts
7272
name: Upload coverage report
73-
uses: actions/upload-artifact@v3
73+
uses: actions/upload-artifact@v4
7474
if: success()
7575
with:
7676
name: coverage_report.txt

0 commit comments

Comments
 (0)