opensearch-project / alerting

📟 Get notified when your data meets certain conditions by setting up monitors, alerts, and notifications
https://opensearch.org/docs/latest/monitoring-plugins/alerting/index/
Apache License 2.0
62 stars 102 forks source link

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

Open peternied opened 2 weeks ago

peternied commented 2 weeks ago

[!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