We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a254f6 commit c5474caCopy full SHA for c5474ca
.github/workflows/go.yml
@@ -66,7 +66,7 @@ jobs:
66
if: ${{ matrix.goos != 'windows' }}
67
68
- name: Upload build
69
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
70
with:
71
path: "artifacts"
72
name: ipxbox_${{ matrix.goos }}_${{ matrix.goarch }}
0 commit comments