mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
update api versions
This commit is contained in:
parent
31c9d4bab4
commit
0b43b85905
1 changed files with 2 additions and 2 deletions
4
.github/workflows/flatpak.yml
vendored
4
.github/workflows/flatpak.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Flatpak
|
- name: Set up Flatpak
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
flatpak build-bundle repo Yoda.flatpak io.github.yggverse.Yoda
|
flatpak build-bundle repo Yoda.flatpak io.github.yggverse.Yoda
|
||||||
|
|
||||||
- name: Upload Flatpak Bundle
|
- name: Upload Flatpak Bundle
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Yoda.flatpak
|
name: Yoda.flatpak
|
||||||
path: Yoda.flatpak
|
path: Yoda.flatpak
|
||||||
Loading…
Add table
Add a link
Reference in a new issue