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

Github Action Deprecation: actions/upload-artifact@v3 #698

Closed
peternied opened this issue Nov 6, 2024 · 2 comments · Fixed by #702 · May be fixed by #699
Closed

Github Action Deprecation: actions/upload-artifact@v3 #698

peternied opened this issue Nov 6, 2024 · 2 comments · Fixed by #702 · May be fixed by #699
Assignees

Comments

@peternied
Copy link
Member

Warning

Artifacts v3 brownouts

Artifact actions v3 will be closing down by December 5, 2024. To raise awareness of the upcoming removal, we will temporarily fail jobs using v3 of actions/upload-artifact or actions/download-artifact. Builds that are scheduled to run during the brownout periods will fail. The brownouts are scheduled for the following dates and times:
– November 14, 12pm – 1pm EST
– November 21, 9am – 5pm EST

Notice of Breaking Changes published Nov 5, 2024

This repository will be impacted by this brownout and deprecation, based on this query.

Want to avoid tracking this manually? Setup dependabot to automatically bump version numbers of dependencies including GitHub Actions.

Add a .github/dependabot.yml configuration

version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"

Example Source

@prudhvigodithi
Copy link
Member

[Triage]
The PR is already created but problem is #699 (comment) with the GLIBC version coming from the https://github.com/opensearch-project/job-scheduler/blob/main/.github/workflows/ci.yml#L11.
Adding @cwperks @gaiksaya @peterzhuamazon

@peterzhuamazon
Copy link
Member

Resolved in #702.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment