Merge pull request #41 from PR0M3TH3AN/codex/update-actions/upload-artifact-to-latest-version

Fix artifact action version
This commit is contained in:
thePR0M3TH3AN
2025-06-19 17:32:48 -04:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ jobs:
run: ci/test-e2e.sh run: ci/test-e2e.sh
- name: Upload logs - name: Upload logs
if: always() if: always()
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: ci-logs name: ci-logs
path: ci-logs/ path: ci-logs/