Skip to content

Commit d3e2a46

Browse files
committed
Update octokit
1 parent 4e780fe commit d3e2a46

File tree

3 files changed

+207
-176
lines changed

3 files changed

+207
-176
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: context
3737
- uses: actions/upload-artifact@v4
3838
with:
39-
name: compilation_${{ github.run_id }}_${{ steps.context.outputs.job_id }}_3_log
39+
name: compilation_${{ github.run_id }}_${{ steps.context.outputs.job_id }}_${{ job.check_run_id }}_log
4040
path: compilation*.log
4141
- run: ./build/hello_world
4242

0 commit comments

Comments
 (0)