chore(deps): update actions/upload-artifact action to v6 #6
@@ -46,7 +46,7 @@ jobs:
|
|||||||
go build -o ./messagebox .
|
go build -o ./messagebox .
|
||||||
|
|
||||||
- name: upload the building actifacts
|
- name: upload the building actifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: package-linux64
|
name: package-linux64
|
||||||
path: |
|
path: |
|
||||||
@@ -98,7 +98,7 @@ jobs:
|
|||||||
go build -o ./messagebox.exe -ldflags -H=windowsgui .
|
go build -o ./messagebox.exe -ldflags -H=windowsgui .
|
||||||
|
|
||||||
- name: upload the building actifacts
|
- name: upload the building actifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: package-win64
|
name: package-win64
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user