From 002498766f72d66b3776626dcb9b6252e8e14f85 Mon Sep 17 00:00:00 2001 From: Wandmalfarbe Date: Thu, 3 Oct 2024 14:14:30 +0200 Subject: [PATCH] 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/ --- .github/workflows/build-examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-examples.yml b/.github/workflows/build-examples.yml index 9a1d8bc..d429d92 100644 --- a/.github/workflows/build-examples.yml +++ b/.github/workflows/build-examples.yml @@ -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: |