Skip to content

Commit 4185bf4

Browse files
fix : use upload-artifact v4 as v3 is deprecated
1 parent d5f6a2b commit 4185bf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/handle-failure/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ runs:
6565
Pop-Location
6666
}
6767
shell: powershell
68-
- uses: actions/upload-artifact@v3
68+
- uses: actions/upload-artifact@v4
6969
with:
7070
name: ${{ steps.build.outputs.artifact_name }}-workdir-debug
7171
path: |

0 commit comments

Comments
 (0)