diff options
| author | Jozef Mlich <jmlich83@gmail.com> | 2025-01-10 09:06:11 +0100 |
|---|---|---|
| committer | mark9064 <30447455+mark9064@users.noreply.github.com> | 2025-01-23 19:23:36 +0000 |
| commit | de87a0dd3d9c794836961294379b4b26c86507c3 (patch) | |
| tree | d7ec0f8b1e28b62336fe7ef7264a0435629369b2 /.github/workflows/format.yml | |
| parent | dbe8820834fda6b0fc818d68c104924b463e0d9c (diff) | |
Fixes #2219: use artifact v4 instead of v3
Diffstat (limited to '.github/workflows/format.yml')
| -rw-r--r-- | .github/workflows/format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 71c05fa2..ceb37d5b 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -29,7 +29,7 @@ jobs: run: tests/test-format.sh - name: Upload patches - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: Patches |
