Skip to content

Commit d16236e

Browse files
committed
v4 instead of v3
1 parent 574ee0f commit d16236e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tpm-ssh.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
path: wolfssh
1717

1818
# Clone dependencies
1919
- name: Clone wolfSSL
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
repository: wolfSSL/wolfssl
2323
path: wolfssl
2424

2525
- name: Clone wolfTPM
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
with:
2828
repository: wolfSSL/wolftpm
2929
path: wolftpm
@@ -145,7 +145,7 @@ jobs:
145145
# Archive artifacts for debugging
146146
- name: Archive test artifacts
147147
if: always()
148-
uses: actions/upload-artifact@v3
148+
uses: actions/upload-artifact@v4
149149
with:
150150
name: test-artifacts
151151
path: |

0 commit comments

Comments
 (0)