Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.6 to 4.4.0
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.6...v4.4.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 Sep 2, 2024
1 parent e034e04 commit 4f42e52
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 @@ -72,7 +72,7 @@ jobs:
- name: Test
run: ctest -C ${{ env.build_type }} -VV --test-dir ${{ github.workspace }}/build
- name: Artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: Whisper-Linux
path: ${{ github.workspace }}/package/Whisper-Linux.tar.gz
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Test
run: ctest -C ${{ env.build_type }} -VV --test-dir ${{ github.workspace }}/build
- name: Artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: Whisper-Windows
path: ${{ github.workspace }}/package/Whisper-Windows.exe
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Test
run: ctest -C ${{ env.build_type }} -VV --test-dir ${{ github.workspace }}/build
- name: Artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: Whisper-MacOS
path: ${{ github.workspace }}/package/Whisper-MacOS.pkg
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
cmake --build build --target wvp_manual
zip -jr Whisper-Manual.zip ${{ github.workspace }}/build/Manual
- name: Artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: Whisper-Manual
path: ${{ github.workspace }}/build/Manual
Expand Down

0 comments on commit 4f42e52

Please sign in to comment.