Skip to content

Commit aab19ce

Browse files
chore(deps): update actions/upload-artifact action to v4.6.0
1 parent 07f8066 commit aab19ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/__package.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: npm run build
8989

9090
- name: Upload built application artifact ⬆️🐧🍎🪟
91-
uses: actions/upload-artifact@v4.5.0
91+
uses: actions/upload-artifact@v4.6.0
9292
id: artifact
9393
with:
9494
compression-level: 0
@@ -210,7 +210,7 @@ jobs:
210210
${{ needs.docker_inputs.outputs.tags }}
211211
212212
- name: Upload Docker image as artifact ⬆️📦
213-
uses: actions/upload-artifact@v4.5.0
213+
uses: actions/upload-artifact@v4.6.0
214214
id: artifact
215215
with:
216216
compression-level: 0
@@ -225,7 +225,7 @@ jobs:
225225
subject-digest: sha256:${{ steps.artifact.outputs.artifact-digest }}
226226

227227
- name: Upload cache artifact ⬆️⚙️
228-
uses: actions/upload-artifact@v4.5.0
228+
uses: actions/upload-artifact@v4.6.0
229229
if: ${{ inputs.push }}
230230
with:
231231
compression-level: 0
@@ -255,7 +255,7 @@ jobs:
255255
docker cp $(docker create --name jf $IMAGE_SHA):$ASSETS/ ./dist
256256
257257
- name: Upload client artifact ⬆️💻
258-
uses: actions/upload-artifact@v4.5.0
258+
uses: actions/upload-artifact@v4.6.0
259259
id: artifact
260260
with:
261261
compression-level: 0

0 commit comments

Comments
 (0)