Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
artemvang committed Nov 12, 2024
1 parent 01b0fc0 commit 3945d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ jobs:
with:
fetch-depth: 0
- name: Download agent-k8s RELEASE.md
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release-notes-agent-k8s
path: charts/agent-k8s

- name: Download agent-docker RELEASE.md
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release-notes-agent-docker
path: charts/agent-docker
Expand Down

0 comments on commit 3945d70

Please sign in to comment.