diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 8a2f721..b6cfc79 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -43,7 +43,7 @@ jobs: run: cmake --build ${{ github.workspace }}/build --config Release --target FastNoiseBenchmark --parallel 4 - name: 'Upload artifact' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.name }}-benchmark-bin path: ${{ github.workspace }}/build/Release/bin/