Skip to content

Commit 64b2fde

Browse files
chore(deps): update github artifact actions
1 parent 0f5db21 commit 64b2fde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
USER_IMPORTS=$(./utils/get-imports.nu "HOME" "${{ matrix.user }}" | jq -c .)
6464
echo "$USER_IMPORTS" > imports.json
6565
- name: Upload Imports Artifact
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@v5
6767
with:
6868
name: ${{ matrix.user }}-user-imports
6969
path: imports.json
@@ -103,7 +103,7 @@ jobs:
103103
} >> "$GITHUB_OUTPUT"
104104
105105
- name: Download User Imports Artifacts
106-
uses: actions/download-artifact@v5
106+
uses: actions/download-artifact@v6
107107
with:
108108
pattern: "*-user-imports"
109109

@@ -135,7 +135,7 @@ jobs:
135135
'{host: $host, system: $system, imports: $imports}' > "details.json"
136136
137137
- name: Upload Host Details Artifact
138-
uses: actions/upload-artifact@v4
138+
uses: actions/upload-artifact@v5
139139
with:
140140
name: "${{ matrix.host }}-host-details"
141141
path: "details.json"
@@ -152,7 +152,7 @@ jobs:
152152
fetch-depth: 0
153153

154154
- name: Download Host Details Artifacts
155-
uses: actions/download-artifact@v5
155+
uses: actions/download-artifact@v6
156156
with:
157157
pattern: "*-host-details"
158158
- name: Aggregate Host Details

0 commit comments

Comments
 (0)