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

feat: adds support for actions/upload-artifact@v4 #17

Merged
merged 5 commits into from
Dec 24, 2023
Merged

Conversation

GeekyEggo
Copy link
Owner

  • Add support for artifacts uploaded with actions/upload-artifact@v4.
  • Add requirement of token with read and write access to actions.
  • Update requests to use GitHub REST API.
  • Deprecate support for actions/upload-artifact@v1, actions/upload-artifact@v2, and actions/upload-artifact@v3 (please use geekyeggo/delete-artifact@v2).

@GeekyEggo GeekyEggo merged commit 1b63f0e into main Dec 24, 2023
@GeekyEggo GeekyEggo deleted the v4-beta branch December 24, 2023 18:41
muzimuzhi added a commit to muzimuzhi/hello-github-actions that referenced this pull request Dec 24, 2023
brucebolt added a commit to alphagov/publishing-api that referenced this pull request Jan 15, 2024
In #2595, we updated
`delete-artifacts` from version 3 to 4.

However this version now uses the GitHub REST API and therefore requires
a token [1]. Therefore updating the workflow to provide this token.

1: GeekyEggo/delete-artifact#17
brucebolt added a commit to alphagov/publishing-api that referenced this pull request Jan 15, 2024
In #2595, we updated
`delete-artifacts` from version 3 to 4.

However this version now uses the GitHub REST API and therefore requires
a token [1]. Therefore updating the workflow to provide this token.

1: GeekyEggo/delete-artifact#17
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.

None yet

1 participant