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

Fix - Build & test action #375

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix - Build & test action #375

wants to merge 2 commits into from

Conversation

cbek
Copy link

@cbek cbek commented Jan 20, 2025

Build & test action is failing since summer 2024.
Fix contains:

  • upgrade of actions/upload-artifact & actions/download-artifact to fix Error: Unable to download artifact(s): Artifact not found for name: _dist
  • Upgrade python dependencies (mainly newest kbst cli) to fix ValueError: Invalid value for type (PodReadyToStartContainers), must be one of ['ContainersReady', 'Initialized', 'PodScheduled', 'Ready'] - see

cbek added 2 commits January 20, 2025 16:26
- Bumped `actions/upload-artifact` from v3.1.3 to v4.6.0
- Bumped `actions/download-artifact` from v4.1.7 to v4.1.8 in multiple steps

These updates ensure compatibility with the latest features and improvements in the GitHub Actions ecosystem.
- Bumped `cachetools` from 5.3.1 to 5.5.0
- Updated `certifi` from 2024.7.4 to 2024.12.14
- Upgraded `charset-normalizer` to 3.4.1
- Changed `durationpy` version from 3.3.2 to 0.9
- Updated `google-auth` from 2.23.3 to 2.37.0
- Bumped `idna` from 3.7 to 3.10
- Upgraded `jinja2` from 3.1.4 to 3.1.5
- Updated `kubernetes` from 23.3.0 to 31.0.0
- Bumped `markupsafe` from 2.1.5 to 3.0.2
- Updated `oauthlib` from 1.3.1 to 2.0.0
- Bumped `requests` from 2.32.0 to 2.32.3
- Updated `requests-oauthlib` from 1.3.1 to 2.0.0
- Bumped `six` from 1.16.0 to 1.17.0
- Updated `urllib3` from 2.2.2 to 2.3.0
- Bumped `websocket-client` from 1.6.4 to 1.8.0

These updates ensure compatibility with the latest features and improvements in the respective libraries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant