Skip to content

Commit d92e44b

Browse files
authored
chore(deps): update actions/upload-artifact action to v7 (#403)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | major | `v6` → `v7` | --- ### Release Notes <details> <summary>actions/upload-artifact (actions/upload-artifact)</summary> ### [`v7`](https://redirect.github.com/actions/upload-artifact/compare/v6...v7) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v6...v7) </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/fhem/fhem-docker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zNi4yIiwidXBkYXRlZEluVmVyIjoiNDMuMzYuMiIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6W119-->
2 parents afb3af6 + 5c1ce4a commit d92e44b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
key: ${{ steps.cache-ppi-restore.outputs.cache-primary-key }}
9797
path: .cache/PPI
9898

99-
- uses: actions/upload-artifact@v6
99+
- uses: actions/upload-artifact@v7
100100
with:
101101
name: cpanfile-3rdParty
102102
path: cpanfile
@@ -110,7 +110,7 @@ jobs:
110110
echo "## FHEM svn cpanfile" >> $GITHUB_STEP_SUMMARY
111111
cat cpanfile >> $GITHUB_STEP_SUMMARY
112112
113-
- uses: actions/upload-artifact@v6
113+
- uses: actions/upload-artifact@v7
114114
with:
115115
name: cpanfile-FHEM
116116
path: cpanfile

0 commit comments

Comments
 (0)