Skip to content

Commit

Permalink
chore: update github actions (#1490)
Browse files Browse the repository at this point in the history
Signed-off-by: Ry Jones <[email protected]>
Co-authored-by: Fabio Pinheiro <[email protected]>
  • Loading branch information
ryjones and FabioPinheiro authored Jan 13, 2025
1 parent 54b7b5b commit 4199fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Publish Cloud-Agent Open API Specification
id: upload-oas
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cloud-agent-openapi-spec-${{ env.OAS_CHECKSUM}}
path: ./cloud-agent-openapi-spec-${{ env.REVISION_VERSION}}.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Download OpenAPI specification
if: ${{ !inputs.releaseTag }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: cloud-agent-openapi-spec-${{ inputs.check_sum }}
path: ./cloud-agent/service/api/http
Expand Down

0 comments on commit 4199fca

Please sign in to comment.