Skip to content

Commit

Permalink
update deprecated upload-artifact action version
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored Sep 11, 2024
1 parent db1355b commit 14a1019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
SKIP_TESTS: 4
run: make -C build -j check LOG_DRIVER_FLAGS=--comments
- name: Save log file on failure
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4.4.0
if: failure()
with:
name: test-suite.log
Expand Down

0 comments on commit 14a1019

Please sign in to comment.