Skip to content

Commit

Permalink
Merge pull request #409 from y-iihoshi/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
y-iihoshi authored Dec 16, 2023
2 parents 12949d3 + cb70252 commit dcf1611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
echo "artifact-path=$OutputDir" >> $env:GITHUB_OUTPUT
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.artifact-name }}
path: ${{ steps.collect-artifacts.outputs.artifact-path }}

0 comments on commit dcf1611

Please sign in to comment.