Skip to content

Commit 9f1d3bf

Browse files
committed
Upgrade CI upload action to latest version
1 parent 18d61bc commit 9f1d3bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
pushd bench
228228
dotnet run -c Release --project tool -- --task test --langs ${{ matrix.lang }}
229229
popd
230-
- uses: actions/upload-artifact@v3
230+
- uses: actions/upload-artifact@v4
231231
if: github.ref == 'refs/heads/main'
232232
with:
233233
name: build
@@ -313,7 +313,7 @@ jobs:
313313
dotnet run -c Release --project tool -- --task test --ignore-missing
314314
dotnet run -c Release --project tool -- --task bench --ignore-missing
315315
popd
316-
- uses: actions/upload-artifact@v3
316+
- uses: actions/upload-artifact@v4
317317
with:
318318
name: log
319319
path: bench/build/_results/**/*

0 commit comments

Comments
 (0)