mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:50:05 +00:00
Update actions/upload-artifact action to v4
This commit is contained in:
parent
0981bea9a1
commit
7388f01761
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -159,28 +159,28 @@ jobs:
|
||||||
|
|
||||||
- name: Upload Artifacts (Windows)
|
- name: Upload Artifacts (Windows)
|
||||||
if: matrix.os == 'windows-2022'
|
if: matrix.os == 'windows-2022'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: supercell-wx-${{ matrix.artifact_suffix }}
|
name: supercell-wx-${{ matrix.artifact_suffix }}
|
||||||
path: ${{ github.workspace }}/supercell-wx/
|
path: ${{ github.workspace }}/supercell-wx/
|
||||||
|
|
||||||
- name: Upload Debug Artifacts (Windows)
|
- name: Upload Debug Artifacts (Windows)
|
||||||
if: matrix.os == 'windows-2022'
|
if: matrix.os == 'windows-2022'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: supercell-wx-debug-${{ matrix.artifact_suffix }}
|
name: supercell-wx-debug-${{ matrix.artifact_suffix }}
|
||||||
path: ${{ github.workspace }}/build/bin/*.pdb
|
path: ${{ github.workspace }}/build/bin/*.pdb
|
||||||
|
|
||||||
- name: Upload Artifacts (Linux)
|
- name: Upload Artifacts (Linux)
|
||||||
if: matrix.os == 'ubuntu-22.04'
|
if: matrix.os == 'ubuntu-22.04'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: supercell-wx-${{ matrix.artifact_suffix }}
|
name: supercell-wx-${{ matrix.artifact_suffix }}
|
||||||
path: ${{ github.workspace }}/supercell-wx-${{ matrix.artifact_suffix }}.tar.gz
|
path: ${{ github.workspace }}/supercell-wx-${{ matrix.artifact_suffix }}.tar.gz
|
||||||
|
|
||||||
- name: Upload Debug Artifacts (Linux)
|
- name: Upload Debug Artifacts (Linux)
|
||||||
if: matrix.os == 'ubuntu-22.04'
|
if: matrix.os == 'ubuntu-22.04'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: supercell-wx-debug-${{ matrix.artifact_suffix }}
|
name: supercell-wx-debug-${{ matrix.artifact_suffix }}
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue