change to use upload-artifacts@v3

This commit is contained in:
2025-07-14 08:37:23 +05:30
parent c27cf3d3e8
commit 0d2a4a6c68

View File

@@ -23,7 +23,7 @@ jobs:
cp dist/setup arch-setup cp dist/setup arch-setup
shell: bash shell: bash
- name: Upload binary - name: Upload binary
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: arch-setup name: arch-setup
path: arch-setup path: arch-setup
@@ -47,7 +47,7 @@ jobs:
cp dist/setup debian-setup cp dist/setup debian-setup
shell: bash shell: bash
- name: Upload binary - name: Upload binary
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: debian-setup name: debian-setup
path: debian-setup path: debian-setup
@@ -70,7 +70,7 @@ jobs:
cp dist/setup fedora-setup cp dist/setup fedora-setup
shell: bash shell: bash
- name: Upload binary - name: Upload binary
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: fedora-setup name: fedora-setup
path: fedora-setup path: fedora-setup