Skip to content

Commit 34bf2a1

Browse files
Update GitHub Artifact Actions
1 parent 18b05d0 commit 34bf2a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 3 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
@@ -73,7 +73,7 @@ jobs:
7373
go install github.com/onsi/ginkgo/v2/ginkgo@latest
7474
7575
- name: Download ToolHive binary
76-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
76+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
7777
with:
7878
name: toolhive-binary
7979
path: ./bin/
@@ -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)