Skip to content

Commit

Permalink
docs: bump upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored Nov 6, 2024
1 parent f7623f3 commit 4b18fb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ___
## Usage

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/
[gdocs]: https://goreleaser.com/customization
Expand Down Expand Up @@ -139,7 +139,7 @@ signs:
### Upload artifacts

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
-
Expand All @@ -153,7 +153,7 @@ purpose. You can do that with the [actions/upload-artifact](https://github.com/a
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
name: Upload assets
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: myapp
path: myfolder/dist/*
Expand Down

0 comments on commit 4b18fb2

Please sign in to comment.