Skip to content

Commit

Permalink
Use actions/upload-artifact@v4 in workflow (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Jan 17, 2025
1 parent 0d9bc3d commit ee47000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spec.pr-comment-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
if: steps.is-digitalocean-member.outputs.result == 'true'
run: make bundle

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: steps.is-digitalocean-member.outputs.result == 'true'
with:
name: openapi-bundled
Expand Down

0 comments on commit ee47000

Please sign in to comment.