Change artifact action version to work on gitea
All checks were successful
Unit Testing / test (3.10) (push) Successful in 29s
Unit Testing / test (3.12) (push) Successful in 30s
Unit Testing / test (3.8) (push) Successful in 30s
Unit Testing / test (3.9) (push) Successful in 30s

This commit is contained in:
2026-02-26 17:08:15 +01:00
parent 6aacbd5f22
commit 6a4f1c6205

View File

@@ -70,7 +70,7 @@ jobs:
run: |
python3 -m build
- name: Archive distribution
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: linux-dist
path: |
@@ -100,7 +100,7 @@ jobs:
cd dist\eos
Compress-Archive -Path .\* -Destination ..\..\eos.zip
- name: Archive distribution
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: windows-dist
path: |
@@ -115,10 +115,10 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: linux-dist
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: windows-dist
- name: get latest version tag