Skip to content

Commit 2da2b56

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f92b285 commit 2da2b56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/playground.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo hase >app/app2
2626
2727
- name: Upload binaries built by go-releaser
28-
uses: actions/upload-artifact@v4
28+
uses: actions/upload-artifact@v5
2929
with:
3030
name: go-releaser-binaries
3131
path: app/

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
mv -v dist/polly_linux_arm64_v8.0/polly app/linux/arm64/polly
5959
6060
- name: Upload binaries built by go-releaser
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v5
6262
with:
6363
name: go-releaser-binaries
6464
path: app/
@@ -179,7 +179,7 @@ jobs:
179179
echo "PLATFORM_SLUG=${platform//\//_}" >> "$GITHUB_ENV"
180180
181181
- name: Upload docker image digest
182-
uses: actions/upload-artifact@v4
182+
uses: actions/upload-artifact@v5
183183
with:
184184
# as of upload-artifact@v4, artifact name must be unique (and must NOT contain a slash :-))
185185
# https://github.com/actions/upload-artifact/issues/478#issuecomment-1885470013

0 commit comments

Comments
 (0)