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

This commit is contained in:
2026-01-14 09:10:03 +00:00
parent 1528cd025f
commit ea366258a3

View File

@@ -46,7 +46,7 @@ jobs:
go build -o ./pkcs-generator ./src
- name: upload the building actifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v6
with:
name: package-linux64
path: |
@@ -100,7 +100,7 @@ jobs:
go build -o ./pkcs-generator.exe -ldflags -H=windowsgui ./src
- name: upload the building actifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v6
with:
name: package-win64
path: |