Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial packages update #3959

Merged
merged 15 commits into from
Aug 9, 2024
Merged
Prev Previous commit
Next Next commit
Pin upload-artifact to 4.3.5
  • Loading branch information
felipeelia committed Aug 8, 2024
commit b84b6ccea04937bc743d2304f8ad9b2fe5c0f213
2 changes: 1 addition & 1 deletion .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
run: npm run cypress:run -- --env grepTags=${{ matrix.testGroup }}

- name: Make artifacts available
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.5
if: failure()
with:
name: cypress-artifact-epio-${{ matrix.core.name }}-${{ matrix.testGroup }}
Expand Down
Loading