| 2024-02-07 |
build(deps): bump the github-actions group with 1 update (#100)
...
Bumps the github-actions group with 1 update: [arduino/setup-task](https://github.com/arduino/setup-task).
Updates `arduino/setup-task` from 1 to 2
- [Release notes](https://github.com/arduino/setup-task/releases)
- [Commits](https://github.com/arduino/setup-task/compare/v1...v2)
---
updated-dependencies:
- dependency-name: arduino/setup-task
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]
authored
on 7 Feb 2024
GitHub
committed
on 7 Feb 2024
|
| 2024-01-26 |
feat: update GitHub workflows to use new release action
...
- Updated the workflow to use the new release action instead of the upload action.
- Changed the name of the "upload" job to "release" for clarity.
- Modified the "Create GitHub Release" step to use the specified tag, files, and set the release as a prerelease.
These changes were made to improve the release process and ensure that the correct assets are uploaded for the GitHub release.
liblaf
committed
on 26 Jan 2024
|
| 2024-01-17 |
feat: reorganize filename generation for attachments
...
Reorganize the filename generation for attachments to ensure that the filename includes the homework number, title, and attachment type in a more logical order. This change improves the clarity and organization of the filenames for downloaded attachments.
liblaf
committed
on 17 Jan 2024
|
| 2023-12-19 |
![@dependabot[bot]](https://www.gravatar.com/avatar/48ea49be76d0c68403a7f3df87e3487d?s=40&d=retro&r=g)
build(deps): bump the github-actions group with 2 updates (#83)
...
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).
Updates `actions/upload-artifact` from 3 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)
Updates `actions/download-artifact` from 3 to 4
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]
authored
on 19 Dec 2023
GitHub
committed
on 19 Dec 2023
|
ci: update artifact names in workflows
...
ci.yaml: Update artifact names in CI workflow
- Update the artifact name for the "Upload Artifacts" step in the CI workflow to include the Python version.
- Previously, the artifact name was set to "package", but now it is set to "package-py${{ matrix.python-version }}".
- This change ensures that the artifacts are properly named based on the Python version used in the workflow.
release.yaml: Update artifact names in release workflow
- Update the artifact name for the "Upload Artifacts" step in the release workflow to include the Python version.
- Previously, the artifact name was set to "${{ runner.os }}-${{ runner.arch }}", but now it is set to "${{ runner.os }}-${{ runner.arch }}-py${{ matrix.python-version }}".
- This change ensures that the artifacts are properly named based on the operating system, architecture, and Python version used in the workflow.
liblaf
committed
on 19 Dec 2023
|
| 2023-12-11 |
build(deps): bump the github-actions group with 1 update (#79)
...
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python).
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]
authored
on 11 Dec 2023
GitHub
committed
on 11 Dec 2023
|
ci: sync with template repository
github-actions[bot]
authored
on 11 Dec 2023
liblaf
committed
on 11 Dec 2023
|