From 440ad21fd6595506ab2e655a320d715187579bdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 12:06:23 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 030ca3a..2c01df7 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -66,7 +66,7 @@ jobs: - name: Pack Windows .exe (win32-x64 only) run: npx oclif pack win --targets=win32-x64 - name: Upload tarballs + Windows installer - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: bitmovin-cli-tarballs-and-windows path: | @@ -117,7 +117,7 @@ jobs: echo done - name: Upload macOS .pkg installers - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: bitmovin-cli-macos path: dist/macos/*.pkg