mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-14 04:28:51 +02:00
chore(deps): update actions/upload-artifact action to v4
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
- name: Analyse test results
|
- name: Analyse test results
|
||||||
run: go-junit-report < test-results.txt > report.xml
|
run: go-junit-report < test-results.txt > report.xml
|
||||||
- name: Upload test result artifact
|
- name: Upload test result artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: test-results
|
name: test-results
|
||||||
path: test-results.txt
|
path: test-results.txt
|
||||||
|
Reference in New Issue
Block a user