Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo hase >app/app2

- name: Upload binaries built by go-releaser
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: go-releaser-binaries
path: app/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
mv -v dist/polly_linux_arm64_v8.0/polly app/linux/arm64/polly

- name: Upload binaries built by go-releaser
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: go-releaser-binaries
path: app/
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
echo "PLATFORM_SLUG=${platform//\//_}" >> "$GITHUB_ENV"

- name: Upload docker image digest
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
# as of upload-artifact@v4, artifact name must be unique (and must NOT contain a slash :-))
# https://github.com/actions/upload-artifact/issues/478#issuecomment-1885470013
Expand Down
Loading