Skip to content

Commit b87b567

Browse files
Update actions/upload-artifact action to v5
1 parent 18b05d0 commit b87b567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
chmod +x ./bin/thv
3434
3535
- name: Upload ToolHive binary
36-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
36+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
3737
with:
3838
name: toolhive-binary
3939
path: ./bin/thv
@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: Upload test results (${{ matrix.title }})
102102
if: always()
103-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
103+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
104104
with:
105105
name: ${{ matrix.artifact }}
106106
path: |

0 commit comments

Comments
 (0)