Skip to content

Commit

Permalink
Update upload-artifacts action
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning committed Sep 27, 2024
1 parent af13695 commit eabcff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
VIMSPECTOR_MIMODE: gdb
- name: "Upload test logs"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: 'test-logs-${{ runner.os }}-${{ matrix.runtime }}'
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
VIMSPECTOR_MIMODE: lldb
- name: "Upload test logs"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: 'test-logs-${{ runner.os }}-${{ matrix.runtime }}'
Expand Down

0 comments on commit eabcff5

Please sign in to comment.