mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 10:10:19 +00:00
ci: bump checkout/upload-artifact/setup-python actions to current versions
This commit is contained in:
4
.github/workflows/manjaro-package-build.yml
vendored
4
.github/workflows/manjaro-package-build.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
pciutils
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
cp -v "$GITHUB_WORKSPACE"/packaging/manjaro/.SRCINFO artifacts/
|
||||
|
||||
- name: Upload package artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: zoitechat-manjaro-package
|
||||
path: artifacts/*
|
||||
|
||||
Reference in New Issue
Block a user