Skip to content

Commit

Permalink
Merge pull request #305 from k8stopologyawareschedwg/fix-again-gh-act…
Browse files Browse the repository at this point in the history
…ions

ghactions: fix missing upload-artifact reference
  • Loading branch information
ffromani authored Nov 27, 2024
2 parents a08c327 + 9a71f7f commit 7cbddad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: archive kind logs
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kind-logs
path: /tmp/kind-logs

0 comments on commit 7cbddad

Please sign in to comment.