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