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

OQS Provider uses soon to be disabled version of GitHub actions. #618

Open
ryjones opened this issue Jan 8, 2025 · 0 comments · May be fixed by #619
Open

OQS Provider uses soon to be disabled version of GitHub actions. #618

ryjones opened this issue Jan 8, 2025 · 0 comments · May be fixed by #619
Labels
bug Something isn't working

Comments

@ryjones
Copy link

ryjones commented Jan 8, 2025

Describe the bug
actions/upload-artifact and actions/download-artifact have been deprecated and need updated.

To Reproduce
Steps to reproduce the behavior:
After 30 JAN 2025, these jobs will no longer work:

  • .github/workflows/windows.yml: uses: actions/upload-artifact@v3
  • .github/workflows/macos.yml: uses: actions/upload-artifact@v3
  • .github/workflows/linux.yml: uses: actions/upload-artifact@v3

Expected behavior
GitHub actions continue to work.

@ryjones ryjones added the bug Something isn't working label Jan 8, 2025
ryjones added a commit that referenced this issue Jan 8, 2025
fixes #618

Signed-off-by: Ry Jones <ry@linux.com>
@ryjones ryjones linked a pull request Jan 8, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant