Skip to content

Commit 23c40ac

Browse files
authored
Merge pull request #69 from SoftwareDefinedVehicle/mgfixes4
Migrate github actions/upload-artifact
2 parents 7210c4a + 682b26b commit 23c40ac

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build-blueprint-selector_dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
chmod +x blueprint-selector
5656
tar czf blueprint-selector-${{ matrix.target }}.tar.gz blueprint-selector LICENSE README.md NOTICE.md
5757
- name: Upload files
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: blueprint-selector-${{ matrix.target }}-archive
6161
if-no-files-found: error
@@ -101,7 +101,7 @@ jobs:
101101
- name: Convert deb to rpm
102102
run: |
103103
sudo find ./ -maxdepth 1 -name "*.deb" -exec alien --scripts --to-rpm {} \;
104-
- uses: actions/upload-artifact@v3
104+
- uses: actions/upload-artifact@v4
105105
with:
106106
name: blueprint-selector-packages
107107
path: |

.github/workflows/build-kanto-auto-deployer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
chmod +x kanto-auto-deployer
5858
tar czf kanto-auto-deployer-${{ matrix.target }}.tar.gz kanto-auto-deployer LICENSE README.md NOTICE.md
5959
- name: Upload files
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: kanto-auto-deployer-${{ matrix.target }}-archive
6363
if-no-files-found: error
@@ -102,7 +102,7 @@ jobs:
102102
- name: Convert deb to rpm
103103
run: |
104104
sudo find ./ -maxdepth 1 -name "*.deb" -exec alien --scripts --to-rpm {} \;
105-
- uses: actions/upload-artifact@v3
105+
- uses: actions/upload-artifact@v4
106106
with:
107107
name: kanto-auto-deployer-packages
108108
path: |

.github/workflows/build-kantui.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
chmod +x kantui
5959
tar czf kantui-${{ matrix.target }}.tar.gz kantui_conf.toml kantui LICENSE README.md NOTICE.md
6060
- name: Upload files
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: kantui-${{ matrix.target }}-archive
6464
if-no-files-found: error
@@ -105,7 +105,7 @@ jobs:
105105
- name: Convert deb to rpm
106106
run: |
107107
sudo find ./ -maxdepth 1 -name "*.deb" -exec alien --scripts --to-rpm {} \;
108-
- uses: actions/upload-artifact@v3
108+
- uses: actions/upload-artifact@v4
109109
with:
110110
name: kantui-packages
111111
path: |

.github/workflows/build-leda-utils.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Convert deb to rpm
9191
run: |
9292
sudo find ./ -maxdepth 1 -name "*.deb" -exec alien --scripts --to-rpm {} \;
93-
- uses: actions/upload-artifact@v3
93+
- uses: actions/upload-artifact@v4
9494
with:
9595
name: leda-utils-packages
9696
path: |

0 commit comments

Comments
 (0)