File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 tar -czvf ${{ matrix.artifact_name }}.tar.gz -C "target/${{ matrix.target }}/release" "${{ matrix.binary_name }}"
135135 fi
136136 - name : Upload Build Artifact
137- uses : actions/upload-artifact@v6
137+ uses : actions/upload-artifact@v7
138138 with :
139139 name : ${{ matrix.artifact_name }}
140140 path : ${{ matrix.artifact_name }}.*
Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ jobs:
3232 args : --latest --strip header
3333
3434 - name : Download Linux Build
35- uses : actions/download-artifact@v7
35+ uses : actions/download-artifact@v8
3636 with :
3737 name : gitopolis-linux-x86_64
3838
3939 - name : Download Windows Build
40- uses : actions/download-artifact@v7
40+ uses : actions/download-artifact@v8
4141 with :
4242 name : gitopolis-windows-x86_64
4343
4444 - name : Download macOS Build
45- uses : actions/download-artifact@v7
45+ uses : actions/download-artifact@v8
4646 with :
4747 name : gitopolis-macos-x86_64
4848
You can’t perform that action at this time.
0 commit comments