From 0ebc7e69cae6b35580c27c3dacc85a18c49a47ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 23:44:28 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/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) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a2a89e..8fcaa04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: if: ${{ matrix.os != 'windows-latest' }} - run: vhs.exe -h if: ${{ matrix.os == 'windows-latest' }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: vhs-${{ matrix.os }} path: vhs.* @@ -68,7 +68,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} install-fonts: true - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: vhs-fonts path: vhs.*