fix: Update actions/upload-artifact to version v4

- see https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
This commit is contained in:
Wandmalfarbe 2024-10-03 14:14:30 +02:00
parent b4923d0d38
commit 002498766f

View File

@ -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: |