Skip to content

Commit

Permalink
Merge pull request #11 from chcg/dependabot/github_actions/actions/up…
Browse files Browse the repository at this point in the history
…load-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
chcg authored Dec 18, 2023
2 parents cbe57e1 + 35e2380 commit 325c5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Archive artifacts for ${{ matrix.build_platform }}
if: matrix.build_configuration == 'Release'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: SpeechPlugin_${{ steps.tagName.outputs.tag }}_${{ matrix.build_platform }}.zip
path: SpeechPlugin_${{ steps.tagName.outputs.tag }}_${{ matrix.build_platform }}.zip
Expand Down

0 comments on commit 325c5cf

Please sign in to comment.