38
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
runs-on: ${{ matrix.runner }}
|
||||
steps:
|
||||
- name: Repository [Clone]
|
||||
uses: https://github.com/actions/checkout@v6
|
||||
uses: actions/checkout@v6
|
||||
- name: Environment
|
||||
id: environment
|
||||
run: |
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
/usr/bin/echo "UNITS=${UNITS}" >> "${GITHUB_OUTPUT}"
|
||||
/usr/bin/echo "Set Variable 'UNITS' to '${UNITS}'"
|
||||
- name: Linux Sources [Artifact Download]
|
||||
uses: https://gitea.com/actions/download-artifact@v3-node20
|
||||
uses: actions/download-artifact@v3-node20
|
||||
with:
|
||||
name: linux-sources-${{ inputs.version }}.tar.gz
|
||||
- name: Linux Sources [Extract]
|
||||
|
||||
Reference in New Issue
Block a user