Skip to content

Fix release workflow - #198

Merged
qmonnet merged 3 commits into
libbpf:mainfrom
qmonnet:pr/ci-release-workflow-update
Jul 17, 2025
Merged

Fix release workflow#198
qmonnet merged 3 commits into
libbpf:mainfrom
qmonnet:pr/ci-release-workflow-update

Conversation

@qmonnet

@qmonnet qmonnet commented Jul 17, 2025

Copy link
Copy Markdown
Member

Let's try to fix the release workflow, currently broken due to outdated Actions in use, and add a dispatch trigger so we can generate the release with the right artifacts for v7.6.0.

qmonnet added 3 commits July 17, 2025 12:05
Add a workflow-dispatch trigger to the release.yml workflow, so that we
can manually create releases from a given tag. At the moment, this
should allow us to build a new release based on the latest tag, given
that the workflow failed when we pushed the tag (GitHub made it fail
because some Actions in use are deprecated).

Changes done by Claude (Sonnet 4).

Signed-off-by: Quentin Monnet <qmo@kernel.org>
The release workflow failed with:

    Error: This request has been automatically failed because it uses a
    deprecated version of `actions/upload-artifact:
    0b7f8abb1508181956e8e162db84b466c27e18ce`. Learn more:
    https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Update the actions in the release workflow.

Signed-off-by: Quentin Monnet <qmo@kernel.org>
Let Dependabot create Pull Requests to enable the GitHub Actions in use
in the repository, to avoid breakage such as the one recently
experienced with the actions/upload-artifact Action for the release
workflow.

Signed-off-by: Quentin Monnet <qmo@kernel.org>
@qmonnet
qmonnet merged commit ff35471 into libbpf:main Jul 17, 2025
2 checks passed
@qmonnet
qmonnet deleted the pr/ci-release-workflow-update branch July 17, 2025 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant