Skip to content

Commit d5a4065

Browse files
dependabot[bot]Ghabry
authored andcommitted
CI: Bump actions/checkout from 2 to 6 and actions/upload-artifact from 4 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v6) Signed-off-by: dependabot[bot] <support@github.com>
1 parent e41546e commit d5a4065

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stable-compilation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.10
2626
options: --privileged
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v6
2929
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
3030
with:
3131
bundle: EasyRPG-Editor.flatpak
@@ -157,7 +157,7 @@ jobs:
157157
--plugin qt
158158
159159
- name: Upload AppImage artifact
160-
uses: actions/upload-artifact@v4
160+
uses: actions/upload-artifact@v7
161161
with:
162162
name: EasyRPG-Editor-AppImage
163163
path: ./EasyRPG*.AppImage

0 commit comments

Comments
 (0)