Skip to content

Commit 184b86c

Browse files
committed
ci: upgrade upload-artifact action
1 parent 77f858d commit 184b86c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
-
161161
name: Upload builder metadata
162162
if: fromJson(needs.prepare.outputs.push)
163-
uses: actions/upload-artifact@v3
163+
uses: actions/upload-artifact@v4
164164
with:
165165
name: metadata-builder-${{ matrix.variant }}
166166
path: /tmp/metadata/builder/*
@@ -169,7 +169,7 @@ jobs:
169169
-
170170
name: Upload runner metadata
171171
if: fromJson(needs.prepare.outputs.push)
172-
uses: actions/upload-artifact@v3
172+
uses: actions/upload-artifact@v4
173173
with:
174174
name: metadata-runner-${{ matrix.variant }}
175175
path: /tmp/metadata/runner/*

.github/workflows/static.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ jobs:
9696
-
9797
name: Upload artifact
9898
if: github.ref_type == 'branch'
99-
uses: actions/upload-artifact@v3
99+
uses: actions/upload-artifact@v4
100100
with:
101+
name: frankenphp-linux-x86_64
101102
path: frankenphp-linux-x86_64
102103
build-mac:
103104
name: Build macOS x86_64 binaries
@@ -149,6 +150,7 @@ jobs:
149150
-
150151
name: Upload artifact
151152
if: github.ref_type == 'branch'
152-
uses: actions/upload-artifact@v3
153+
uses: actions/upload-artifact@v4
153154
with:
155+
name: frankenphp-mac-x86_64
154156
path: dist/frankenphp-mac-x86_64

0 commit comments

Comments
 (0)