Skip to content

Commit 6918f6d

Browse files
Bump actions/upload-artifact from 4.4.0 to 4.5.0
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] <[email protected]>
1 parent b1c0976 commit 6918f6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Test
6161
run: ctest -C ${{ env.build_type }} -VV --test-dir ${{ github.workspace }}/build
6262
- name: Artifact
63-
uses: actions/upload-artifact@v4.4.0
63+
uses: actions/upload-artifact@v4.5.0
6464
with:
6565
name: Basic-Pitch-Linux
6666
path: ${{ github.workspace }}/package/Basic-Pitch-Linux.tar.gz
@@ -97,7 +97,7 @@ jobs:
9797
- name: Test
9898
run: ctest -C ${{ env.build_type }} -VV --test-dir ${{ github.workspace }}/build
9999
- name: Artifact
100-
uses: actions/upload-artifact@v4.4.0
100+
uses: actions/upload-artifact@v4.5.0
101101
with:
102102
name: Basic-Pitch-Windows
103103
path: ${{ github.workspace }}/package/Basic-Pitch-Windows.exe
@@ -149,7 +149,7 @@ jobs:
149149
- name: Test
150150
run: ctest -C ${{ env.build_type }} -VV --test-dir ${{ github.workspace }}/build
151151
- name: Artifact
152-
uses: actions/upload-artifact@v4.4.0
152+
uses: actions/upload-artifact@v4.5.0
153153
with:
154154
name: Basic-Pitch-MacOS
155155
path: ${{ github.workspace }}/package/Basic-Pitch-MacOS.pkg
@@ -188,7 +188,7 @@ jobs:
188188
cmake --build build --target bpvp_manual
189189
zip -jr Basic-Pitch-Manual.zip ${{ github.workspace }}/build/Manual
190190
- name: Artifact
191-
uses: actions/upload-artifact@v4.4.0
191+
uses: actions/upload-artifact@v4.5.0
192192
with:
193193
name: Basic-Pitch-Manual
194194
path: ${{ github.workspace }}/build/Manual

0 commit comments

Comments
 (0)