1515 runtime : [win-x64, win-arm64]
1616 steps :
1717 - name : Checkout sources
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 - name : Download build
20- uses : actions/download-artifact@v4
20+ uses : actions/download-artifact@v8
2121 with :
2222 name : sourcegit.${{ matrix.runtime }}
2323 path : build/SourceGit
@@ -28,12 +28,12 @@ jobs:
2828 RUNTIME : ${{ matrix.runtime }}
2929 run : ./build/scripts/package.win.ps1
3030 - name : Upload package artifact
31- uses : actions/upload-artifact@v4
31+ uses : actions/upload-artifact@v7
3232 with :
3333 name : package.${{ matrix.runtime }}
3434 path : build/sourcegit_*.zip
3535 - name : Delete temp artifacts
36- uses : geekyeggo/delete-artifact@v5
36+ uses : geekyeggo/delete-artifact@v6
3737 with :
3838 name : sourcegit.${{ matrix.runtime }}
3939 osx-app :
4444 runtime : [osx-x64, osx-arm64]
4545 steps :
4646 - name : Checkout sources
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v6
4848 - name : Download build
49- uses : actions/download-artifact@v4
49+ uses : actions/download-artifact@v8
5050 with :
5151 name : sourcegit.${{ matrix.runtime }}
5252 path : build
@@ -59,12 +59,12 @@ jobs:
5959 tar -xf "build/sourcegit.${{ matrix.runtime }}.tar" -C build/SourceGit
6060 ./build/scripts/package.osx-app.sh
6161 - name : Upload package artifact
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v7
6363 with :
6464 name : package.${{ matrix.runtime }}
6565 path : build/sourcegit_*.zip
6666 - name : Delete temp artifacts
67- uses : geekyeggo/delete-artifact@v5
67+ uses : geekyeggo/delete-artifact@v6
6868 with :
6969 name : sourcegit.${{ matrix.runtime }}
7070 linux :
@@ -76,15 +76,15 @@ jobs:
7676 runtime : [linux-x64, linux-arm64]
7777 steps :
7878 - name : Checkout sources
79- uses : actions/checkout@v4
79+ uses : actions/checkout@v6
8080 - name : Download package dependencies
8181 run : |
8282 export DEBIAN_FRONTEND=noninteractive
8383 ln -fs /usr/share/zoneinfo/Etc/UTC /etc/localtime
8484 apt-get update
8585 apt-get install -y curl wget git dpkg-dev fakeroot tzdata zip unzip desktop-file-utils rpm libfuse2 file build-essential binutils
8686 - name : Download build
87- uses : actions/download-artifact@v4
87+ uses : actions/download-artifact@v8
8888 with :
8989 name : sourcegit.${{ matrix.runtime }}
9090 path : build
@@ -98,14 +98,14 @@ jobs:
9898 tar -xf "build/sourcegit.${{ matrix.runtime }}.tar" -C build/SourceGit
9999 ./build/scripts/package.linux.sh
100100 - name : Upload package artifacts
101- uses : actions/upload-artifact@v4
101+ uses : actions/upload-artifact@v7
102102 with :
103103 name : package.${{ matrix.runtime }}
104104 path : |
105105 build/sourcegit-*.AppImage
106106 build/sourcegit_*.deb
107107 build/sourcegit-*.rpm
108108 - name : Delete temp artifacts
109- uses : geekyeggo/delete-artifact@v5
109+ uses : geekyeggo/delete-artifact@v6
110110 with :
111111 name : sourcegit.${{ matrix.runtime }}
0 commit comments