Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Build] Fix buildscripts for v4 Actions upload-artifact, download-artifact and delete-artifact #4919

Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0271703
[Build] Fix buildscripts for v4 Actions `upload-artifact`, `download-…
tonhuisman Dec 25, 2023
c20079f
[Build] GH Actions v4 use unique upload-id
tonhuisman Dec 25, 2023
4748caa
[Build] GH Actions use setup-python v5, improved glob for delete-arti…
tonhuisman Dec 25, 2023
dfa4904
[Build] GH Actions v4 try fix artifact download permissions issue
tonhuisman Dec 25, 2023
fd3cc53
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into …
tonhuisman Dec 25, 2023
d8e2391
[Build] GH Actions v4 Sort builds by ESP, remove repackage step
tonhuisman Dec 26, 2023
dfd5f0f
[Build] GH Actions v4 Fix build names vs dependencies, add all-binari…
tonhuisman Dec 26, 2023
839dcca
[Build] GH Actions v4 Rename `repackage` job to `combine_package`
tonhuisman Dec 26, 2023
0aa66da
[Build] GH Actions v4 Apply also to `release.yml`, add ESP32-C2 and E…
tonhuisman Dec 26, 2023
ac6bd25
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into …
tonhuisman Dec 28, 2023
14294a7
[Build] Combine_package use separate downloads to reduce chance of fa…
tonhuisman Dec 28, 2023
8a25de7
[Build] Combine_package use wretry.action to try and succeed the down…
tonhuisman Dec 28, 2023
85f0128
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into …
tonhuisman Dec 28, 2023
6c482af
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into …
tonhuisman Dec 29, 2023
079d0cc
[Build/Release] Fix some issues, apply workarounds where needed
tonhuisman Dec 29, 2023
61814e3
[Docs] Update copyright year to 2024
tonhuisman Jan 2, 2024
353e8fc
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into …
tonhuisman Jan 3, 2024
053fc9e
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into …
tonhuisman Jan 3, 2024
4f45c0c
Merge branch 'mega' into feature/GH-up-download-delete-actions-fix
tonhuisman Jan 17, 2024
cdf20e4
Merge branch 'feature/GH-up-download-delete-actions-fix' of https://g…
tonhuisman Jan 25, 2024
fc61a48
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into …
tonhuisman Jan 25, 2024
b77b9c4
[Build/Release] Update actions/cache to v4
tonhuisman Jan 25, 2024
c7608cf
[Build/Release] Remove Wdalen/retry.action plugin for Node 20 compati…
tonhuisman Jan 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# -- Project information -----------------------------------------------------

project = u'ESP Easy'
copyright = u'2018-2023, ESP Easy'
copyright = u'2018-2024, ESP Easy'
tonhuisman marked this conversation as resolved.
Show resolved Hide resolved
author = u'Grovkillen, TD-er & Friends'

# The short X.Y version
Expand Down