fix missing default user-agent for jitconfig runner. (#3473)

This commit is contained in:
Tingluo Huang
2024-09-25 09:01:53 -04:00
committed by GitHub
parent ddf41af767
commit 6d7446a45e
5 changed files with 26 additions and 9 deletions

View File

@@ -75,7 +75,7 @@ jobs:
# Upload runner package tar.gz/zip as artifact
- name: Publish Artifact
if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: runner-package-${{ matrix.runtime }}
path: |