Update download-upstream.yml

This commit is contained in:
gentlyxu 2024-02-03 00:54:04 -06:00 committed by GitHub
parent 8945f1409c
commit c9ffe24358
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3 - uses: actions/checkout@v4.1.1
- name: prepare upstream list - name: prepare upstream list
run: | run: |