diff --git a/.github/workflows/Example.yml b/.github/workflows/Example.yml index 6caffaa3..235e72a3 100644 --- a/.github/workflows/Example.yml +++ b/.github/workflows/Example.yml @@ -50,7 +50,7 @@ jobs: - name: Archive examples artifacts if: success() && matrix.os == 'windows-latest' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: examples path: examples/src/${{ matrix.file-name }}*