Skip to content

Commit b3ca096

Browse files
committed
Update GitHub actions
1 parent 20c1b56 commit b3ca096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/BuildTest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
# Clone repo using the checkout action.
7070
- name: Checkout
71-
uses: actions/checkout@v2
71+
uses: actions/checkout@v4
7272
with:
7373
submodules: recursive
7474

@@ -96,7 +96,7 @@ jobs:
9696

9797
# Upload binary files to artifacts
9898
- name: Upload compiled binaries to Artifacts
99-
uses: actions/upload-artifact@v2
99+
uses: actions/upload-artifact@v4
100100
with:
101101
name: "Picoder binary for ${{ matrix.config.name }}"
102102
path: |

0 commit comments

Comments
 (0)