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: |

View File

@@ -120,7 +120,7 @@ jobs:
# Since each package name is unique, so we don't need to put ${{matrix}} info into artifact name
- name: Publish Artifact
if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: runner-packages
path: |
@@ -135,7 +135,7 @@ jobs:
# Download runner package tar.gz/zip produced by 'build' job
- name: Download Artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: runner-packages
path: ./