Skip to content

Commit dcaf1a2

Browse files
committed
CI: update artifact actions to v4
GitHub has deprecated v1 and v2 of the artifact actions. As such update the CI to the latest artifact version. Signed-off-by: Tyrel Datwyler <[email protected]>
1 parent 06c9922 commit dcaf1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
9191
- name: Collect config.log
9292
if: ${{ failure() }}
93-
uses: actions/upload-artifact@v2
93+
uses: actions/upload-artifact@v4
9494
with:
9595
name: config.log
9696
path: ./config.log

0 commit comments

Comments
 (0)