Merge pull request #4 from Belphemur/renovate/major-github-artifact-actions

chore(deps): update actions/upload-artifact action to v4
This commit is contained in:
Antoine Aflalo
2024-08-28 14:24:57 -04:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ jobs:
- name: Analyse test results
run: go-junit-report < test-results.txt > report.xml
- name: Upload test result artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results
path: test-results.txt