We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b7569 commit f95163aCopy full SHA for f95163a
1 file changed
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: actions/checkout@v4
41
42
- name: Set up Go
43
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
44
with:
45
go-version: '1.21'
46
@@ -65,13 +65,13 @@ jobs:
65
fi
66
67
- name: Upload binary as artifact
68
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
69
70
name: goq-${{ matrix.os }}-${{ matrix.arch }}
71
path: goq${{ matrix.ext }}
72
73
- name: Upload archive as artifact
74
75
76
name: goq-${{ matrix.os }}-${{ matrix.arch }}-archive
77
path: |
0 commit comments