chore: bump actions, we are on github
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
|||||||
meshbook.py
|
meshbook.py
|
||||||
|
|
||||||
- name: Upload binaries as artifacts
|
- name: Upload binaries as artifacts
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: bin-linux
|
name: bin-linux
|
||||||
path: ./dist
|
path: ./dist
|
||||||
@@ -121,7 +121,7 @@ jobs:
|
|||||||
meshbook.py
|
meshbook.py
|
||||||
|
|
||||||
- name: Upload binaries as artifacts
|
- name: Upload binaries as artifacts
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: bin-windows
|
name: bin-windows
|
||||||
path: ./dist
|
path: ./dist
|
||||||
@@ -136,7 +136,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: bin-linux
|
name: bin-linux
|
||||||
path: ./bin
|
path: ./bin
|
||||||
@@ -172,7 +172,7 @@ jobs:
|
|||||||
go build -o ./patchworks ./src
|
go build -o ./patchworks ./src
|
||||||
|
|
||||||
- name: upload the building actifacts
|
- name: upload the building actifacts
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: package-linux64
|
name: package-linux64
|
||||||
path: |
|
path: |
|
||||||
@@ -190,7 +190,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: bin-windows
|
name: bin-windows
|
||||||
path: ./bin
|
path: ./bin
|
||||||
@@ -247,7 +247,7 @@ jobs:
|
|||||||
go build -o ./patchworks-debug.exe ./src
|
go build -o ./patchworks-debug.exe ./src
|
||||||
|
|
||||||
- name: upload the building actifacts
|
- name: upload the building actifacts
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: package-win64
|
name: package-win64
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user