Skip to content

Commit

Permalink
SCALRCORE-32930 > Use modern upload-artifact@v4 instead of v4 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemvang authored Nov 7, 2024
1 parent fe5e7d5 commit 0dd8c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
EOF
- name: Upload RELEASE.md
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-notes-${{ matrix.directory }}
path: charts/${{ matrix.directory }}/RELEASE.md
Expand Down

0 comments on commit 0dd8c86

Please sign in to comment.