Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 966d2ad

Browse files
chore(deps): update actions/upload-artifact action to v4.6.2 (#92)
1 parent 6690f92 commit 966d2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/action-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
subject-path: result/lix-*.tar.*
5656
- name: Upload Lix stores to GitHub
57-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
57+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5858
with:
5959
name: lix-stores-${{ runner.os }}-${{ runner.arch }}
6060
path: result/lix-*.tar.*
@@ -68,7 +68,7 @@ jobs:
6868
env:
6969
runs_on: ${{ matrix.runs-on }}
7070
- name: Upload build matrix files to GitHub
71-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
71+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7272
with:
7373
name: build-matrix-${{ runner.os }}-${{ runner.arch }}
7474
path: build-matrix-${{ runner.os }}-${{ runner.arch }}.ndjson

0 commit comments

Comments
 (0)