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