Skip to content

Commit

Permalink
Update actions/upload-artifact to v4 (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus1812 authored Jan 31, 2025
1 parent 0d3ec0c commit 9c49685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
npm run generate
- name: Upload generated schemas
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: schemas
path: |
Expand Down

0 comments on commit 9c49685

Please sign in to comment.