opensearch-project / opensearch-project/sql-jdbc

Github Action Deprecation: actions/upload-artifact@v3

Open
#126 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug catch-all acknowledged
Dominant language
Java
Stars
28
Forks
39
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Search the repository's GitHub Actions workflows for actions/upload-artifact@v3, using the query linked in the issue as a reference. Update the deprecated action usage or add the .github/dependabot.yml configuration shown in the issue, then verify that no workflow still uses the deprecated version and that the workflows pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions
Domain
ci-cd
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.