mediamtx/.github/workflows/nightly_binaries.yml
dependabot[bot] 8432f1e7f0
build(deps): bump actions/upload-artifact from 5 to 6 (#5272)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-22 19:44:18 +01:00

20 lines
305 B
YAML

name: nightly_binaries
on:
workflow_dispatch:
jobs:
nightly_binaries:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- run: make binaries
- uses: actions/upload-artifact@v6
with:
name: binaries
path: binaries