Closed davidvonthenen closed 2 months ago
The changes involve updating the version of the actions/upload-artifact
action in two GitHub Actions workflow files: .github/workflows/CD-dev.yml
and .github/workflows/CD.yml
. Both files have transitioned from version 2 to version 3 of the action, maintaining the core functionality of artifact uploading while potentially incorporating improvements from the newer version.
Files | Change Summary |
---|---|
.github/workflows/CD-dev.yml | Updated uses: actions/upload-artifact@v2 to v3 |
.github/workflows/CD.yml | Updated uses: actions/upload-artifact@v2 to v3 |
Proposed changes
The release failed because the deprecation of a package which you can see here: https://github.com/deepgram/deepgram-dotnet-sdk/actions/runs/10928994057
This may require retagging 4.3.1 for the release.
Types of changes
What types of changes does your code introduce to the community .NET SDK? Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
NA
Summary by CodeRabbit