Skip to content

Commit

Permalink
fix: Update actions/upload-artifact to version v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandmalfarbe committed Oct 3, 2024
1 parent b4923d0 commit 0024987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Build examples
run: cd examples && bash build-examples.sh && cd ..
- name: Add generated example files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-files
path: |
Expand Down

0 comments on commit 0024987

Please sign in to comment.