Skip to content

Commit

Permalink
update to upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Auburn committed Dec 14, 2024
1 parent 04e3287 commit 19a8184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 19a8184

Please sign in to comment.