We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c1b56 commit b3ca096Copy full SHA for b3ca096
1 file changed
.github/workflows/BuildTest.yml
@@ -68,7 +68,7 @@ jobs:
68
steps:
69
# Clone repo using the checkout action.
70
- name: Checkout
71
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
72
with:
73
submodules: recursive
74
@@ -96,7 +96,7 @@ jobs:
96
97
# Upload binary files to artifacts
98
- name: Upload compiled binaries to Artifacts
99
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
100
101
name: "Picoder binary for ${{ matrix.config.name }}"
102
path: |
0 commit comments