ci: downgrade artifact actions to v3 for gitea compatibility
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
|||||||
tar -czvf dhl-linux.tar.gz -C dist-linux .
|
tar -czvf dhl-linux.tar.gz -C dist-linux .
|
||||||
|
|
||||||
- name: Upload Linux Artifact
|
- name: Upload Linux Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: dhl-linux
|
name: dhl-linux
|
||||||
path: dhl-linux.tar.gz
|
path: dhl-linux.tar.gz
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
Compress-Archive -Path dist-windows/* -DestinationPath dhl-windows.zip
|
Compress-Archive -Path dist-windows/* -DestinationPath dhl-windows.zip
|
||||||
|
|
||||||
- name: Upload Windows Artifact
|
- name: Upload Windows Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: dhl-windows
|
name: dhl-windows
|
||||||
path: dhl-windows.zip
|
path: dhl-windows.zip
|
||||||
@@ -67,13 +67,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download Linux Artifact
|
- name: Download Linux Artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: dhl-linux
|
name: dhl-linux
|
||||||
path: .
|
path: .
|
||||||
|
|
||||||
- name: Download Windows Artifact
|
- name: Download Windows Artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: dhl-windows
|
name: dhl-windows
|
||||||
path: .
|
path: .
|
||||||
|
|||||||
Reference in New Issue
Block a user