Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.4.0 to 4.5.0
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.4.0...v4.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent b1c0976 commit 6918f6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
with:
name: Basic-Pitch-Linux
path: ${{ github.workspace }}/package/Basic-Pitch-Linux.tar.gz
Expand Down Expand Up @@ -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.5.0
with:
name: Basic-Pitch-Windows
path: ${{ github.workspace }}/package/Basic-Pitch-Windows.exe
Expand Down Expand Up @@ -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.5.0
with:
name: Basic-Pitch-MacOS
path: ${{ github.workspace }}/package/Basic-Pitch-MacOS.pkg
Expand Down Expand Up @@ -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.5.0
with:
name: Basic-Pitch-Manual
path: ${{ github.workspace }}/build/Manual
Expand Down

0 comments on commit 6918f6d

Please sign in to comment.