chore(deps): update actions/upload-artifact action to v6 #6

Closed
renovate wants to merge 1 commits from renovate/actions-upload-artifact-6.x into main

View File

@@ -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: |