File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ jobs:
264264 "CHECKSUM_FILE=$env:ARCHIVE_NAME.sha256" | Out-File -FilePath $env:GITHUB_ENV -Append
265265
266266 - name : Upload artifacts
267- uses : actions/upload-artifact@v6
267+ uses : actions/upload-artifact@v7
268268 with :
269269 name : ${{ matrix.artifact_name }}
270270 path : |
@@ -283,7 +283,7 @@ jobs:
283283 uses : actions/checkout@v6
284284
285285 - name : Download all artifacts
286- uses : actions/download-artifact@v7
286+ uses : actions/download-artifact@v8
287287 with :
288288 path : artifacts
289289
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118
119119 - name : Upload test artifacts on failure
120120 if : failure()
121- uses : actions/upload-artifact@v6
121+ uses : actions/upload-artifact@v7
122122 with :
123123 name : test-failure-logs-${{ matrix.os }}
124124 path : |
You can’t perform that action at this time.
0 commit comments