mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 04:56:12 +03:00
ci: missed an upload-artifact upgrade
This commit is contained in:
parent
2b23b04f7d
commit
c65dc63495
2
.github/workflows/gen_centos9_continuous.yml
vendored
2
.github/workflows/gen_centos9_continuous.yml
vendored
@ -106,7 +106,7 @@ jobs:
|
||||
shell: bash
|
||||
run: "mv ~/rpmbuild/RPMS/*/*.rpm wezterm-nightly-centos9.rpm"
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "centos9"
|
||||
path: "wezterm-*.rpm"
|
||||
|
@ -106,7 +106,7 @@ jobs:
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "debian10.3"
|
||||
path: |
|
||||
|
@ -106,7 +106,7 @@ jobs:
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "debian11"
|
||||
path: |
|
||||
|
@ -106,7 +106,7 @@ jobs:
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "debian12"
|
||||
path: |
|
||||
|
@ -103,7 +103,7 @@ jobs:
|
||||
shell: bash
|
||||
run: "mv ~/rpmbuild/RPMS/*/*.rpm wezterm-nightly-fedora38.rpm"
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "fedora38"
|
||||
path: "wezterm-*.rpm"
|
||||
|
@ -103,7 +103,7 @@ jobs:
|
||||
shell: bash
|
||||
run: "mv ~/rpmbuild/RPMS/*/*.rpm wezterm-nightly-fedora39.rpm"
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "fedora39"
|
||||
path: "wezterm-*.rpm"
|
||||
|
@ -103,7 +103,7 @@ jobs:
|
||||
shell: bash
|
||||
run: "mv ~/rpmbuild/RPMS/*/*.rpm wezterm-nightly-fedora40.rpm"
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "fedora40"
|
||||
path: "wezterm-*.rpm"
|
||||
|
2
.github/workflows/gen_macos_continuous.yml
vendored
2
.github/workflows/gen_macos_continuous.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "macos"
|
||||
path: "WezTerm-*.zip"
|
||||
|
@ -120,7 +120,7 @@ jobs:
|
||||
shell: bash
|
||||
run: "bash ci/appimage.sh"
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "ubuntu20.04"
|
||||
path: |
|
||||
|
@ -106,7 +106,7 @@ jobs:
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "ubuntu22.04"
|
||||
path: |
|
||||
|
@ -106,7 +106,7 @@ jobs:
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "ubuntu24.04"
|
||||
path: |
|
||||
|
2
.github/workflows/gen_windows_continuous.yml
vendored
2
.github/workflows/gen_windows_continuous.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "windows"
|
||||
path: |
|
||||
|
@ -609,7 +609,7 @@ rustup default {toolchain}
|
||||
return steps + [
|
||||
ActionStep(
|
||||
"Upload artifact",
|
||||
action="actions/upload-artifact@v3",
|
||||
action="actions/upload-artifact@v4",
|
||||
params={"name": self.name, "path": paths, "retention-days": 5},
|
||||
),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user