mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-09 23:37:30 +00:00
docs: bump upload-artifact version (#479)
This commit is contained in:
@@ -31,7 +31,7 @@ ___
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
GoReleaser Action runs [goreleaser][], please follow its [docs][gdocs] for
|
GoReleaser Action runs [goreleaser][], please follow its [docs][gdocs] for
|
||||||
more information about how to customize what GoReleaser do.
|
more information about how to customize what GoReleaser does.
|
||||||
|
|
||||||
[goreleaser]: https://goreleaser.com/
|
[goreleaser]: https://goreleaser.com/
|
||||||
[gdocs]: https://goreleaser.com/customization
|
[gdocs]: https://goreleaser.com/customization
|
||||||
@@ -139,7 +139,7 @@ signs:
|
|||||||
### Upload artifacts
|
### Upload artifacts
|
||||||
|
|
||||||
For some events like pull request or schedule you might want to store the artifacts somewhere for testing
|
For some events like pull request or schedule you might want to store the artifacts somewhere for testing
|
||||||
purpose. You can do that with the [actions/upload-artifact](https://github.com/actions/upload-artifact) action:
|
purposes. You can do that with the [actions/upload-artifact](https://github.com/actions/upload-artifact) action:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
-
|
-
|
||||||
@@ -153,7 +153,7 @@ purpose. You can do that with the [actions/upload-artifact](https://github.com/a
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
-
|
-
|
||||||
name: Upload assets
|
name: Upload assets
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: myapp
|
name: myapp
|
||||||
path: myfolder/dist/*
|
path: myfolder/dist/*
|
||||||
|
|||||||
Reference in New Issue
Block a user