Skip to content

Commit

Permalink
Merge pull request #300 from k8stopologyawareschedwg/fix-gh-action-re…
Browse files Browse the repository at this point in the history
…lease

ghactions: bump upload-artifact to v4
  • Loading branch information
ffromani authored Nov 14, 2024
2 parents 0c53607 + 41aca66 commit 6e36227
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 @@ -89,7 +89,7 @@ jobs:
pushd _dist && sha256sum * >> ../SHA256SUMS && mv ../SHA256SUMS . && popd
- name: upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: _dist/*
Expand Down

0 comments on commit 6e36227

Please sign in to comment.