Merge pull request #1535 from apernet/ci/bump-actions-ver
ci: bump download-artifact/upload-artifact versions
This commit is contained in:
commit
97f91ab774
2 changed files with 4 additions and 4 deletions
6
.github/workflows/build-common.yml
vendored
6
.github/workflows/build-common.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
echo "files=$files" >> $GITHUB_OUTPUT
|
echo "files=$files" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Upload build directory
|
- name: Upload build directory
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: build-temp-${{ github.sha }}
|
name: build-temp-${{ github.sha }}
|
||||||
path: build/
|
path: build/
|
||||||
|
|
@ -67,12 +67,12 @@ jobs:
|
||||||
file: ${{ fromJson(needs.build.outputs.files) }}
|
file: ${{ fromJson(needs.build.outputs.files) }}
|
||||||
steps:
|
steps:
|
||||||
- name: Download build
|
- name: Download build
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: build-temp-${{ github.sha }}
|
name: build-temp-${{ github.sha }}
|
||||||
|
|
||||||
- name: Upload ${{ matrix.file }}
|
- name: Upload ${{ matrix.file }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.file }}
|
name: ${{ matrix.file }}
|
||||||
path: ${{ matrix.file }}
|
path: ${{ matrix.file }}
|
||||||
|
|
|
||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
|
|
||||||
- name: Download build
|
- name: Download build
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: build-temp-${{ github.sha }}
|
name: build-temp-${{ github.sha }}
|
||||||
path: build
|
path: build
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue