From 3f3fccfba0a4a7fd011065847ef01bc320ae5958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:06:33 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.4.0 to 4.4.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ee52d6..0824a9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: - name: Test run: ctest -C ${{ env.build_type }} -VV --test-dir ${{ github.workspace }}/build - name: Artifact - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: name: Basic-Pitch-Linux path: ${{ github.workspace }}/package/Basic-Pitch-Linux.tar.gz @@ -97,7 +97,7 @@ jobs: - name: Test run: ctest -C ${{ env.build_type }} -VV --test-dir ${{ github.workspace }}/build - name: Artifact - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: name: Basic-Pitch-Windows path: ${{ github.workspace }}/package/Basic-Pitch-Windows.exe @@ -149,7 +149,7 @@ jobs: - name: Test run: ctest -C ${{ env.build_type }} -VV --test-dir ${{ github.workspace }}/build - name: Artifact - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: name: Basic-Pitch-MacOS path: ${{ github.workspace }}/package/Basic-Pitch-MacOS.pkg @@ -188,7 +188,7 @@ jobs: cmake --build build --target bpvp_manual zip -jr Basic-Pitch-Manual.zip ${{ github.workspace }}/build/Manual - name: Artifact - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: name: Basic-Pitch-Manual path: ${{ github.workspace }}/build/Manual