Skip to content

Commit cf63508

Browse files
authored
docs: bump upload-artifact version (#479)
1 parent f7623f3 commit cf63508

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ___
3131
## Usage
3232

3333
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.
3535

3636
[goreleaser]: https://goreleaser.com/
3737
[gdocs]: https://goreleaser.com/customization
@@ -139,7 +139,7 @@ signs:
139139
### Upload artifacts
140140

141141
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:
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/*

0 commit comments

Comments
 (0)