Bump github actions version

This commit is contained in:
Geomitron
2024-12-22 18:44:28 -06:00
parent 29b7980822
commit 7bab37962a

View File

@@ -26,7 +26,7 @@ jobs:
$files = Get-ChildItem -Path . -Filter "*exe*"
$files += Get-ChildItem -Path . -Filter "latest.yml"
Compress-Archive $files -DestinationPath bridge-win.zip
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: bridge-win
path: .\release\bridge-win.zip
@@ -56,7 +56,7 @@ jobs:
run: |
cd release
find . -type f \( -name "*.AppImage" -o -name "*.flatpak" -o -name "latest-linux.yml" \) -print0 | tar -czvf bridge-linux.tar.gz --null -T -
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: bridge-linux
path: ./release/bridge-linux.tar.gz
@@ -80,7 +80,7 @@ jobs:
run: |
cd release
find . -type f \( -name "*.dmg" -o -name "latest-mac.yml" \) -print0 | tar -czvf bridge-mac.tar.gz --null -T -
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: bridge-mac
path: ./release/bridge-mac.tar.gz
@@ -92,15 +92,15 @@ jobs:
- build-and-upload-windows
steps:
- name: Download Windows binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: bridge-win
- name: Download Linux binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: bridge-linux
- name: Download OSX binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: bridge-mac
- name: Unpack all