File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
## Usage
32
32
33
33
GoReleaser Action runs [ goreleaser] [ ] , please follow its [ docs] [ gdocs ] for
34
- more information about how to customize what GoReleaser do .
34
+ more information about how to customize what GoReleaser does .
35
35
36
36
[ goreleaser ] : https://goreleaser.com/
37
37
[ gdocs ] : https://goreleaser.com/customization
@@ -139,7 +139,7 @@ signs:
139
139
# ## Upload artifacts
140
140
141
141
For some events like pull request or schedule you might want to store the artifacts somewhere for testing
142
- purpose . You can do that with the [actions/upload-artifact](https://github.com/actions/upload-artifact) action :
142
+ purposes . You can do that with the [actions/upload-artifact](https://github.com/actions/upload-artifact) action :
143
143
144
144
` ` ` yaml
145
145
-
@@ -153,7 +153,7 @@ purpose. You can do that with the [actions/upload-artifact](https://github.com/a
153
153
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
154
154
-
155
155
name: Upload assets
156
- uses: actions/upload-artifact@v3
156
+ uses: actions/upload-artifact@v4
157
157
with:
158
158
name: myapp
159
159
path: myfolder/dist/*
You can’t perform that action at this time.
0 commit comments