Skip to content

Commit 52b4b57

Browse files
committed
Update GitHub actions
1 parent 817f1ec commit 52b4b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/BuildTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
# Clone repo using the checkout action.
7979
- name: Checkout
80-
uses: actions/checkout@v2
80+
uses: actions/checkout@v4
8181
with:
8282
submodules: recursive
8383

@@ -117,7 +117,7 @@ jobs:
117117

118118
# Upload binary files to artifacts
119119
- name: Upload compiled binaries to Artifacts
120-
uses: actions/upload-artifact@v2
120+
uses: actions/upload-artifact@v4
121121
with:
122122
name: "Binaries for ${{ matrix.config.name }}"
123123
path: |

0 commit comments

Comments
 (0)