File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131## Usage
3232
3333GoReleaser 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 .
3535
3636[ goreleaser ] : https://goreleaser.com/
3737[ gdocs ] : https://goreleaser.com/customization
@@ -139,7 +139,7 @@ signs:
139139# ## Upload artifacts
140140
141141For 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 :
143143
144144` ` ` yaml
145145 -
@@ -153,7 +153,7 @@ purpose. You can do that with the [actions/upload-artifact](https://github.com/a
153153 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
154154 -
155155 name: Upload assets
156- uses: actions/upload-artifact@v3
156+ uses: actions/upload-artifact@v4
157157 with:
158158 name: myapp
159159 path: myfolder/dist/*
You can’t perform that action at this time.
0 commit comments